Fix typo in step "Test"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-11 17:02:31 +10:00
parent 4b78d4eb4d
commit 19656b6f45
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -101,7 +101,7 @@ jobs:
run: |
set -euxo pipefail
for bin in $bins; do ./${{ matrix.output }} binstall --log-level debug --no-confirm $bin; done
for bin in $test_bins; do $HOME/.cargo/bin/${{ matrix.output }} --version; done
for bin in $test_bins; do $HOME/.cargo/bin/$bin --version; done
cargo binstall --help >dev/null
./${{ matrix.output }} binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
cargo binstall --help >dev/null