disable tests

This commit is contained in:
Nikolay Kim 2021-12-02 22:44:44 +06:00
parent cde083dcd3
commit 79afb61b03

View file

@ -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 -- --skip time::wheel::tests::test_timer
cargo tarpaulin --out Xml --all --all-features -- --skip time::
- name: Upload to Codecov
if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')