Add more bins to test in job "Test installing bins"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-10 16:54:55 +10:00
parent 4ff64dee34
commit 665564420a
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -91,12 +91,12 @@ jobs:
- name: Copy and rename utility
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
- name: Test
- name: Test installing bins
run: for bin in $bins; do ./${{ matrix.output }} cargo-binstall --no-confirm $bin; $done
env:
bins: cargo-binstall
bins: cargo-bindgen cbindgen cargo-deb cargo-llvm-cov cargo-binstall
- name: "Test binstall with manifest"
- name: Test binstall with manifest
run: ./${{ matrix.output }} cargo-binstall --manifest-path . --no-confirm
- name: Create archive (tgz, linux)