Test installed bin in step "Test (Windows)"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-11 17:02:53 +10:00
parent 19656b6f45
commit dd24661091
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -113,7 +113,9 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
./${{ matrix.output }} binstall --no-confirm cargo-binstall
cargo binstall --help
./${{ matrix.output }} binstall --manifest-path . --no-confirm cargo-binstall
cargo binstall --help
- name: Create archive (tgz, linux)
if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }}