Skip to content

Commit 44d43c8

Browse files
committed
tests/run.sh: Run tarpaulin with a single thread
This is to avoid frequent deadlocks on CI. Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 3c10020 commit 44d43c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ cargo tarpaulin --verbose \
4747
--ignore-panics --ignore-tests \
4848
--out Html --out Json \
4949
--all-features \
50-
--engine llvm
50+
--engine llvm \
51+
-- --test-threads=1

0 commit comments

Comments
 (0)