From 9bf1ce30005d847e8bd5fef20fe76f9678e320bc Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 11 Jun 2022 17:11:52 +1000 Subject: [PATCH] Fix typo in step "Test (Unix)" Signed-off-by: Jiahao XU --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d16bff08..f3c01116 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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