Stop specifying number of threads in ci build
All checks were successful
test / test (push) Successful in 4m27s
All checks were successful
test / test (push) Successful in 4m27s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user