diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebcaab6a6..a33af9511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,13 +87,13 @@ jobs: uses: actions-rs/cargo@v1 with: command: check - args: --examples --all + args: --all-features --examples --all - name: Check examples with all features on stable uses: actions-rs/cargo@v1 with: command: check - args: --examples --all + args: --all-features --examples --all if: matrix.rust == 'stable' - name: Check benchmarks on nightly