Skip to content

Commit 134667b

Browse files
committed
chore: Remove codspeed warning about deprecated mode
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 265c3b6 commit 134667b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ jobs:
586586
with:
587587
run: cargo codspeed run
588588
token: ${{ secrets.CODSPEED_TOKEN }}
589-
mode: "instrumentation"
589+
mode: "simulation"
590590

591591
license-check-and-audit-check:
592592
name: License Check and Audit Check

0 commit comments

Comments
 (0)