From d0c743310cc9a8a6ea11432696244f6622bc1b91 Mon Sep 17 00:00:00 2001 From: l3r8yJ Date: Sat, 22 Jun 2024 19:54:06 +0300 Subject: [PATCH] chore(#13): CI fixes --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3d9820f3..386d9964 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -33,8 +33,8 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: actions-rs/tarpaulin@v0.1 - run: cargo build + - uses: actions-rs/tarpaulin@v0.1 with: version: '0.22.0' args: '--all-features -- --test-threads 1'