Limit tests to one thread

This commit is contained in:
Henrik Tjäder 2020-12-10 16:46:56 +00:00
parent 2862779617
commit 430a8d4379

View File

@ -205,7 +205,7 @@ jobs:
with:
use-cross: false
command: test
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
# Run cfail tests on MSRV
testcfail: