Skip to content

Commit 1e8df95

Browse files
committed
xxx
1 parent 44525fd commit 1e8df95

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ jobs:
4444
# Run all in case we forgot to add a fine-grained job.
4545
- name: All Checks combined
4646
run: nix build -L .#checks.x86_64-linux.all
47-
- name: Eval Default Test Suite
48-
run: nix eval -L .#tests.x86_64-linux.default.driver
49-
- name: Eval Long-Running Test Suite
50-
run: nix eval -L .#tests.x86_64-linux.long_migration_with_load.driver
47+
- name: "Build Test Prerequisites: chv-ovmf"
48+
run: nix build -L .#packages.x86_64-linux.chv-ovmf
49+
- name: "Build Test Prerequisites: cloud-hypervisor"
50+
run: nix build -L .#packages.x86_64-linux.cloud-hypervisor
51+
- name: "Build Test Prerequisites: nixos-image"
52+
run: nix build -L .#packages.x86_64-linux.nixos-image
5153
- name: Build Default Test Suite
5254
run: nix build -L .#tests.x86_64-linux.default.driver
5355
- name: Build Long-Running Test Suite

0 commit comments

Comments
 (0)