From 79afb61b0381e076c4fba7552a5bc8939906dedd Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 2 Dec 2021 22:44:44 +0600 Subject: [PATCH] disable tests --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0caeb533..cd21c545 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 -- --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')