.gitea/build-and-test: limit test threads

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-12 12:18:44 +01:00
parent 3ca3d7784c
commit be5c37b433
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -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"