Stop specifying number of threads in ci build
All checks were successful
test / test (push) Successful in 4m27s

This commit is contained in:
2026-04-02 17:04:22 +10:30
parent 8e6a9f5e19
commit 2eb8137167

View File

@@ -12,4 +12,4 @@ jobs:
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2 - 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 # 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 -j6 -- --test-threads=1 - run: cargo test --release