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
All checks were successful
test / test (push) Successful in 17m23s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user