From 59df1deaf8abb1439ac062491af9619cc29f1b46 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Tue, 12 Nov 2024 22:58:20 +0100 Subject: [PATCH] try to fix coverage CI job --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 538d918..ca713a5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -157,7 +157,8 @@ jobs: - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1.3 with: - args: '--features test-allocations -- --test-threads 1' + version: "0.18.0" + args: --features test-allocations --locked -- --test-threads 1 - name: Upload to codecov.io uses: codecov/codecov-action@v4.0.1 with: