Maybe cargo binstall can help here

This commit is contained in:
bitfl0wer 2023-08-26 13:45:44 +02:00
parent d8b9318d6f
commit b35d33d31c
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 2 additions and 0 deletions

View File

@ -36,4 +36,6 @@ jobs:
cache-all-crates: "true" cache-all-crates: "true"
- name: Build, Test and Publish Coverage - name: Build, Test and Publish Coverage
run: | run: |
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall cargo-tarpaulin
cargo tarpaulin --all-features --verbose --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --timeout 120 cargo tarpaulin --all-features --verbose --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --timeout 120