We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ab576 commit 8a6d5b0Copy full SHA for 8a6d5b0
.github/workflows/codspeed.yml
@@ -28,7 +28,7 @@ jobs:
28
cache-target: release
29
bins: cargo-codspeed
30
- name: Build the benchmark target(s)
31
- run: cargo codspeed build -p ${{ matrix.package }}
+ run: cargo codspeed build -p ${{ matrix.package }} --all-features
32
- name: Run the benchmarks
33
uses: CodSpeedHQ/action@v4
34
with:
0 commit comments