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