diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 099ea0b..846557c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: