Skip to content

Commit eacf600

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
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:
@@ -119,6 +120,7 @@ jobs:
119120
CODSPEED_PERF_ENABLED: true
120121
with:
121122
run: cargo codspeed run
123+
mode: walltime
122124
token: ${{ secrets.CODSPEED_TOKEN }}
123125

124126
check:

0 commit comments

Comments
 (0)