diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83a2c5da..6b7542d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,7 +90,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: doc - args: --no-deps --all-targets ${{ matrix.feature_flag }} -- -D warnings + args: --no-deps ${{ matrix.feature_flag }} -- -D warnings fuzz_read: runs-on: ubuntu-latest