|
25 | 25 | #
|
26 | 26 | # It only runs if the "nix-src" output of the "changes" job is true.
|
27 | 27 | nix_shell_toolchain:
|
28 | | - name: "Nix toolchain: cargo xtask run works" |
| 28 | + name: "Nix toolchain: `cargo xtask run` works" |
29 | 29 | needs: changes
|
30 | 30 | if: ${{ needs.changes.outputs.nix-src == 'true' }}
|
31 | 31 | runs-on: ubuntu-latest
|
|
45 | 45 | run: nix-shell --pure --run "cargo --version"
|
46 | 46 | - name: Run VM tests
|
47 | 47 | run: |
|
48 | | - COMMAND="cargo +stable xtask run --target x86_64 --headless --ci --tpm=v1" |
49 | | - echo "Executing in nix shell now: $COMMAND" |
| 48 | + COMMAND="cargo xtask run --target x86_64 --headless --ci --tpm=v1" |
| 49 | + echo "Executing in nix shell: $COMMAND" |
50 | 50 | nix-shell --pure --run "$COMMAND"
|
0 commit comments