diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 4526bc4..6c57511 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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 -j6 -- --test-threads=1 + - run: cargo test --release