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

This commit is contained in:
2024-12-12 12:18:44 +01:00
parent 3ca3d7784c
commit be5c37b433

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"