We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662ed68 commit dabe8e8Copy full SHA for dabe8e8
1 file changed
.github/workflows/qa.yml
@@ -16,9 +16,9 @@ jobs:
16
- uses: cachix/install-nix-action@v30
17
- name: Basic setup
18
run: |
19
- nix build .#tests.x86_64-linux.openstack-default-setup.driver
+ nix build -Lv .#tests.x86_64-linux.openstack-default-setup.driver
20
./result/bin/nixos-test-driver
21
- name: Live migration
22
23
- nix build .#tests.x86_64-linux.openstack-live-migration.driver
+ nix build -Lv .#tests.x86_64-linux.openstack-live-migration.driver
24
0 commit comments