We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9968231 commit c26fb9eCopy full SHA for c26fb9e
.github/workflows/developer_productivity.yml
@@ -25,7 +25,7 @@ jobs:
25
#
26
# It only runs if the "nix-src" output of the "changes" job is true.
27
nix_shell_toolchain:
28
- name: "Nix toolchain: cargo xtask run works"
+ name: "Nix toolchain: `cargo xtask run` works"
29
needs: changes
30
if: ${{ needs.changes.outputs.nix-src == 'true' }}
31
runs-on: ubuntu-latest
@@ -45,6 +45,6 @@ jobs:
45
run: nix-shell --pure --run "cargo --version"
46
- name: Run VM tests
47
run: |
48
- COMMAND="cargo +stable xtask run --target x86_64 --headless --ci --tpm=v1"
49
- echo "Executing in nix shell now: $COMMAND"
+ COMMAND="cargo xtask run --target x86_64 --headless --ci --tpm=v1"
+ echo "Executing in nix shell: $COMMAND"
50
nix-shell --pure --run "$COMMAND"
0 commit comments