mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 04:50:34 +00:00
Limit tests to one thread
This commit is contained in:
parent
2862779617
commit
430a8d4379
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user