Skip to content

Commit 64c0571

Browse files
committed
fix: ci
1 parent d265fe9 commit 64c0571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks-execute.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: CodSpeedHQ/action@v3
7272
with:
7373
working-directory: benchmarks/execute
74-
run: cargo $TOOLCHAIN codspeed run --features tco
74+
run: cargo $TOOLCHAIN codspeed run
7575
token: ${{ secrets.CODSPEED_TOKEN }}
7676

7777
codspeed-instrumentation-benchmarks:
@@ -116,5 +116,5 @@ jobs:
116116
uses: CodSpeedHQ/action@v3
117117
with:
118118
working-directory: benchmarks/execute
119-
run: cargo $TOOLCHAIN codspeed run --features tco
119+
run: cargo $TOOLCHAIN codspeed run
120120
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)