Skip to content

Commit

Permalink
ci: remove parallel pytest to avoid hitting rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Oct 15, 2024
1 parent 1629986 commit 67a0c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
run: uv run pytest -n auto ${{ matrix.folder }}
run: uv run pytest ${{ matrix.folder }}

0 comments on commit 67a0c8d

Please sign in to comment.