Fix if cond for step "Test"

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

View file

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