set -euxo pipefail in step "Test"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-10 17:19:21 +10:00
parent dc5978e737
commit e312a22ba2
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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: