Skip to content

Commit

Permalink
change workflow to three threads
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 8, 2024
1 parent b2d7b0b commit 9642c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-http-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Start Docker containers
run: dev/up
- name: Run cargo test on main workspace
run: cargo test --workspace --exclude xmtp_api_grpc --features http-api -- --test-threads=4
run: cargo test --workspace --exclude xmtp_api_grpc --features http-api -- --test-threads=3

0 comments on commit 9642c2f

Please sign in to comment.