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)