mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
Fix if
cond for step "Test"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e312a22ba2
commit
ea71cede42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
|
||||
|
||||
- name: Test
|
||||
if: ${{ matrix.test == 'true' }}
|
||||
if: ${{ matrix.test }}
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
for bin in $bins; do ./${{ matrix.output }} binstall --no-confirm $bin; done
|
||||
|
|
Loading…
Add table
Reference in a new issue