Reduce number of test threads to prevent server overload, fix up readme
Some checks failed
test / test (push) Failing after 32m8s

This commit is contained in:
2025-02-22 11:01:43 +10:30
parent 88e57f1860
commit 3d4f327b66
2 changed files with 9 additions and 3 deletions

View File

@@ -12,4 +12,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
# Limit to one test at a time as the CI infrastructure struggles if trying to start too many containers at once
- run: cargo test --release -- --test-threads=1
- run: cargo test --release -j6 -- --test-threads=1