From dd24661091e69758b07c6fa826cd997fe26e0efe Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 11 Jun 2022 17:02:53 +1000 Subject: [PATCH] Test installed bin in step "Test (Windows)" Signed-off-by: Jiahao XU --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9e39daa1..d16bff08 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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' }}