Skip to content

Commit 8f962df

Browse files
ci: add explicit mode after action's breaking change
1 parent 0565866 commit 8f962df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
MY_ENV_VAR: "YES"
8888
with:
8989
run: cargo codspeed run
90+
mode: instrumentation
9091
token: ${{ secrets.CODSPEED_TOKEN }}
9192

9293
compat-integration-test-walltime:
@@ -116,9 +117,9 @@ jobs:
116117
uses: CodSpeedHQ/action@main
117118
env:
118119
MY_ENV_VAR: "YES"
119-
CODSPEED_PERF_ENABLED: true
120120
with:
121121
run: cargo codspeed run
122+
mode: walltime
122123
token: ${{ secrets.CODSPEED_TOKEN }}
123124

124125
check:

0 commit comments

Comments
 (0)