diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fe2653e..ed0a929 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,4 +11,5 @@ jobs: lfs: true - uses: dtolnay/rust-toolchain@stable - 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