diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6c107b5..d898fff 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run benchmarks - run: cargo bench --verbose + run: cargo bench --verbose --features=bench - name: Upload benchmark results uses: actions/upload-artifact@v2 with: