.gitea/build-and-test: limit test threads
Some checks failed
Build and test / docs (push) Waiting to run
Build and test / test (push) Has been cancelled
Build and test / build (push) Has been cancelled
Build and test / check (push) Has been cancelled

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-12 12:18:44 +01:00
parent 444a899c9d
commit 8a08d80c32
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"