1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Merge pull request #71 from DeterminateSystems/run-all-vm-tests

Run all VM tests
This commit is contained in:
Eelco Dolstra 2025-02-26 17:35:59 +00:00 committed by GitHub
commit ede3eaca0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,8 +109,7 @@ jobs:
.hydraJobs.tests
| with_entries(select(.value.type == "derivation"))
| keys[]
| ".#hydraJobs.tests." + .' \
| head -n5) # FIXME: for testing the merge queue
| ".#hydraJobs.tests." + .')
flake_regressions:
if: github.event_name == 'merge_group'