Try removing explicit cargo install call to see what happens

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

View File

@ -36,5 +36,4 @@ jobs:
cache-all-crates: "true"
- name: Build, Test and Publish Coverage
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --all-features --verbose --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --timeout 120