mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +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:
|
with:
|
||||||
use-cross: false
|
use-cross: false
|
||||||
command: test
|
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
|
# Run cfail tests on MSRV
|
||||||
testcfail:
|
testcfail:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user