Skip to content

Commit 21f2f02

Browse files
committed
ci: run tests with a single thread
1 parent 1a70ad2 commit 21f2f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ linux_task:
3131
folder: $CARGO_HOME/registry
3232
fingerprint_script: cat Cargo.lock
3333
build_script: cargo build
34-
test_script: cargo test
34+
test_script: cargo test -- --test-threads 1
3535
before_cache_script: rm -rf $CARGO_HOME/registry/index
3636

3737
minimal_version_task:

0 commit comments

Comments
 (0)