Skip to content

Commit

Permalink
test(dist): add test for cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Oct 17, 2023
1 parent bc6b513 commit 3e11763
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target2 }}
- name: Setup cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Test installation via cargo-binstall
run:
cargo binstall pacaptr --manifest-path ./Cargo.toml --dry-run --disable-strategies=compile --log-level=debug
echo
echo ===============================================
echo
cargo binstall pacaptr --manifest-path ./Cargo.toml --dry-run --disable-strategies=compile --log-level=debug --targets=${{ matrix.target2 }}
- name: Build
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit 3e11763

Please sign in to comment.