.gitea/build-and-test: limit test threads
This commit is contained in:
parent
3ca3d7784c
commit
be5c37b433
@ -60,7 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --all-features --release --no-fail-fast
|
cargo nextest run --all-features --release --no-fail-fast --test-threads=1
|
||||||
env:
|
env:
|
||||||
RUST_LOG: "trace"
|
RUST_LOG: "trace"
|
||||||
RUSTFLAGS: "-Cinstrument-coverage"
|
RUSTFLAGS: "-Cinstrument-coverage"
|
||||||
|
Loading…
Reference in New Issue
Block a user