1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Run all VM tests

This commit is contained in:
Eelco Dolstra 2025-02-26 17:22:43 +01:00
parent f23f007c4c
commit 09d1eb3f87

View file

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