Skip to content

Commit

Permalink
try to fix coverage CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Nov 12, 2024
1 parent 19c5933 commit 59df1de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit 59df1de

Please sign in to comment.