diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8b8453d..a31b9d7 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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