diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5132bd29..0caeb533 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,7 +66,7 @@ jobs: if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request') continue-on-error: true run: | - cargo tarpaulin --out Xml --all --all-features + cargo tarpaulin --out Xml --all --all-features -- --skip time::wheel::tests::test_timer - name: Upload to Codecov if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')