Skip to content

Commit 0a177c9

Browse files
committed
fix: Limit test threads to 1 for consistent test results
1 parent a414492 commit 0a177c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
uses: actions-rs/cargo@v1
136136
with:
137137
command: test
138-
args: --release -- --nocapture
138+
args: --release -- --nocapture --test-threads=1
139139

140140
- name: Cargo doc
141141
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)