Skip to content

Commit 430a8d4

Browse files
committed
Limit tests to one thread
1 parent 2862779 commit 430a8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
use-cross: false
207207
command: test
208-
args: --test tsan --target=${{ matrix.target }} --features=${{ matrix.features }} ${{ matrix.buildtype }}
208+
args: --test tsan --target=${{ matrix.target }} --features=${{ matrix.features }} ${{ matrix.buildtype }} -- --test-threads=1
209209

210210
# Run cfail tests on MSRV
211211
testcfail:

0 commit comments

Comments
 (0)