diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94678d51..38d2fcd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: run: cargo fmt --all -- --check - name: Docs - run: cargo doc + run: cargo doc --no-deps fuzz_read: runs-on: ubuntu-latest