From 06feb9ae72523e81f9727e7dbe9867b383a6cda0 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 3 May 2024 11:51:00 -0700 Subject: [PATCH] chore: Fix: cargo doc doesn't have an `--all-targets` option --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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