1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Temporarily run all flake regression tests

This commit is contained in:
Eelco Dolstra 2025-04-23 12:27:25 +02:00
parent a6faa69fc8
commit ff85b347b8

View file

@ -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'