From 665564420ac79138920876aafbae45d6a4316e6c Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Fri, 10 Jun 2022 16:54:55 +1000 Subject: [PATCH] Add more bins to test in job "Test installing bins" Signed-off-by: Jiahao XU --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fc05a41e..df27f99e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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)