Reduce number of test threads in CI build to 1 to avoid container startup timeouts
All checks were successful
test / test (push) Successful in 17m23s

This commit is contained in:
2025-02-15 11:49:39 +10:30
parent aac37d6bf4
commit c0e9e7ef13

View File

@@ -11,4 +11,5 @@ jobs:
lfs: true lfs: true
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- run: cargo test --release # 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