diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a3072405..18591ef3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: run: ruff check --output-format=github network_wrangler - name: Run tests with coverage and benchmarking run: | - pytest . + pytest tests/ - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: