Skip to content

Commit

Permalink
fix: update CodSpeed workflow to use automatic test run configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Nov 1, 2024
1 parent 0f411ac commit 54f152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: make unit_tests args="--codspeed"
run: make unit_tests args="--codspeed -n auto"
- name: Minimize uv cache
run: uv cache prune --ci

0 comments on commit 54f152b

Please sign in to comment.