diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4dd0a0f0..7e389003 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,4 +25,4 @@ jobs: uses: CodSpeedHQ/action@v2 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: make benchmark \ No newline at end of file + run: pytest . --codspeed \ No newline at end of file