mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Test installed bin in step "Test (Windows)"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
19656b6f45
commit
dd24661091
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -113,7 +113,9 @@ jobs:
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
./${{ matrix.output }} binstall --no-confirm cargo-binstall
|
./${{ matrix.output }} binstall --no-confirm cargo-binstall
|
||||||
|
cargo binstall --help
|
||||||
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
|
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
|
||||||
|
cargo binstall --help
|
||||||
|
|
||||||
- name: Create archive (tgz, linux)
|
- name: Create archive (tgz, linux)
|
||||||
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
|
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue