Skip to content

Commit

Permalink
tests/run.sh: Run tarpaulin with a single thread
Browse files Browse the repository at this point in the history
This is to avoid frequent deadlocks on CI.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
  • Loading branch information
ansasaki committed Feb 22, 2024
1 parent 3c10020 commit 44d43c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ cargo tarpaulin --verbose \
--ignore-panics --ignore-tests \
--out Html --out Json \
--all-features \
--engine llvm
--engine llvm \
-- --test-threads=1

0 comments on commit 44d43c8

Please sign in to comment.