Skip to content

Commit

Permalink
pytest flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent 432909d commit c41199e
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 @@ -46,4 +46,4 @@ jobs:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
run: |
poetry run pytest --numprocesses=auto
poetry run pytest -n=auto

0 comments on commit c41199e

Please sign in to comment.