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 0cbc6bf4c6
commit bf2b8a856b
1 changed files with 0 additions and 1 deletions

View File

@ -36,5 +36,4 @@ jobs:
cache-all-crates: "true" cache-all-crates: "true"
- name: Build, Test and Publish Coverage - name: Build, Test and Publish Coverage
run: | run: |
cargo install 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