diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24f89e48eb5..160575c93f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -127,7 +127,7 @@ jobs: - name: Run run: cargo check-all-features - name: Bench Check - run: cargo bench --no-run --features full + run: cargo bench --no-run --features full,benchmarks cross: name: cross