We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5755ccb commit 802192aCopy full SHA for 802192a
1 file changed
.github/workflows/ci.yml
@@ -119,6 +119,7 @@ jobs:
119
with:
120
token: ${{ secrets.CODSPEED_TOKEN }}
121
run: poetry run pytest --no-cov -vvvvv --codspeed tests/benchmarks
122
+ mode: instrumentation
123
124
release:
125
needs:
0 commit comments