Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nftdance authored Aug 30, 2024
1 parent 471bab5 commit c06d815
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
run: cargo fmt --all -- --check
- name: Build
run: cargo check --all
- name: Test
env:
DRIFT_GATEWAY_KEY: ${{ secrets.DRIFT_GATEWAY_KEY }}
# limit test parallelism to prevent hitting RPC rate-limits
run: cargo test --all -- --test-threads=2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit c06d815

Please sign in to comment.