From ff85b347b8bde159d91938b6c5ee3eb62274e360 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Apr 2025 12:27:25 +0200 Subject: [PATCH] Temporarily run all flake regression tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87a14b4bc..32ef50090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: | ".#hydraJobs.tests." + .') flake_regressions: - if: github.event_name == 'merge_group' + #if: github.event_name == 'merge_group' needs: build_x86_64-linux runs-on: blacksmith-32vcpu-ubuntu-2204 steps: @@ -109,7 +109,7 @@ jobs: with: determinate: true - uses: DeterminateSystems/flakehub-cache-action@main - - run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=50 flake-regressions/eval-all.sh + - run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH flake-regressions/eval-all.sh manual: if: github.event_name != 'merge_group'