We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2862779 commit 430a8d4Copy full SHA for 430a8d4
.github/workflows/build.yml
@@ -205,7 +205,7 @@ jobs:
205
with:
206
use-cross: false
207
command: test
208
- args: --test tsan --target=${{ matrix.target }} --features=${{ matrix.features }} ${{ matrix.buildtype }}
+ args: --test tsan --target=${{ matrix.target }} --features=${{ matrix.features }} ${{ matrix.buildtype }} -- --test-threads=1
209
210
# Run cfail tests on MSRV
211
testcfail:
0 commit comments