diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0351ee..64fb9d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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