Skip to content

Commit

Permalink
Bump drift-rs v2.85.0 (drift-labs#60)
Browse files Browse the repository at this point in the history
* bump drift-rs v2.85.0
* [ci skip] update Docker build instructions
* Limit test parallelism
  • Loading branch information
jordy25519 authored Jul 11, 2024
1 parent 48a79b2 commit f7375d7
Show file tree
Hide file tree
Showing 4 changed files with 1,456 additions and 655 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
- name: Test
env:
DRIFT_GATEWAY_KEY: ${{ secrets.DRIFT_GATEWAY_KEY }}
run: cargo test --all
# limit test parallelism to prevent hitting RPC rate-limits
run: cargo test --all -- --test-threads=2
Loading

0 comments on commit f7375d7

Please sign in to comment.