mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
set -euxo pipefail
in step "Test"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
dc5978e737
commit
e312a22ba2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -99,6 +99,7 @@ jobs:
|
|||
- name: Test
|
||||
if: ${{ matrix.test == 'true' }}
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
for bin in $bins; do ./${{ matrix.output }} binstall --no-confirm $bin; done
|
||||
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue