Skip to content

Commit

Permalink
fix(ci): Limit parrallel test to 4 (avoiding docker timeout error)
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-ride committed Jan 20, 2025
1 parent 3a47453 commit f707d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack test --each-feature --clean-per-run --workspace --keep-going
- run: cargo hack test --each-feature --clean-per-run --workspace --keep-going -- --test-threads=4

clippy:
name: linter
Expand Down

0 comments on commit f707d14

Please sign in to comment.