Enable CodSpeed debug logging to diagnose 0 benchmarks issue

This commit is contained in:
J. Nick Koston
2026-03-16 21:50:04 -10:00
parent 374ca70f5b
commit baafecd0b2
+2
View File
@@ -338,6 +338,8 @@ jobs:
- name: Run CodSpeed benchmarks
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4
env:
CODSPEED_LOG: debug
with:
run: ${{ steps.build.outputs.binary }}
token: ${{ secrets.CODSPEED_TOKEN }}