mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Fix typo in step "Test (Unix)"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
dd24661091
commit
9bf1ce3000
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -102,9 +102,9 @@ jobs:
|
|||
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/$bin --version; done
|
||||
cargo binstall --help >dev/null
|
||||
cargo binstall --help >/dev/null
|
||||
./${{ matrix.output }} binstall --log-level debug --manifest-path . --no-confirm cargo-binstall
|
||||
cargo binstall --help >dev/null
|
||||
cargo binstall --help >/dev/null
|
||||
env:
|
||||
bins: cargo-deb cargo-llvm-cov cargo-binstall
|
||||
test_bins: cargo-deb cargo-llvm-cov
|
||||
|
|
Loading…
Add table
Reference in a new issue