From d9745f688800915be1774e0f8023b054930fcb50 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Mon, 10 Jun 2024 16:58:58 +0200 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b927321288..4d3dfd2351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,10 +63,12 @@ jobs: uses: taiki-e/install-action@cargo-tarpaulin - name: Run tests run: | - cargo test --no-default-features + cargo test --no-default-features \ + -- --skip "repo::test::git_upstream_remote" - name: Run tests run: | - cargo tarpaulin --out xml --verbose --all-features + cargo tarpaulin --out xml --verbose --all-features \ + -- --skip "repo::test::git_upstream_remote" - name: Upload reports to codecov uses: codecov/codecov-action@v4 with: