Skip to content

Commit

Permalink
ci: remove parallelization of external deps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre committed Jan 12, 2025
1 parent a9ac222 commit bff861b
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 @@ -109,7 +109,7 @@ jobs:
run: docker compose up -d

- name: Test
run: cargo nextest run --all-features -- --include-ignored
run: cargo nextest run --all-features --run-ignored only --test-threads 1

- name: Test docs
run: cargo test --doc
Expand Down

0 comments on commit bff861b

Please sign in to comment.