mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Add more bins to test in job "Test installing bins"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
4ff64dee34
commit
665564420a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue