Skip to content

Commit 8a6d5b0

Browse files
committed
feat(ci): codspeed
1 parent f6ab576 commit 8a6d5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache-target: release
2929
bins: cargo-codspeed
3030
- name: Build the benchmark target(s)
31-
run: cargo codspeed build -p ${{ matrix.package }}
31+
run: cargo codspeed build -p ${{ matrix.package }} --all-features
3232
- name: Run the benchmarks
3333
uses: CodSpeedHQ/action@v4
3434
with:

0 commit comments

Comments
 (0)