From 09d1eb3f8747c591c68f37991eac0fe0f6639cbc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 26 Feb 2025 17:22:43 +0100 Subject: [PATCH] Run all VM tests --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3a96704f..443664e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'