chore: Fix: cargo doc doesn't have a -D warnings option

This commit is contained in:
Chris Hennick 2024-05-03 11:55:02 -07:00
parent 06feb9ae72
commit bebf54c641
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -90,7 +90,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps ${{ matrix.feature_flag }} -- -D warnings
args: --no-deps ${{ matrix.feature_flag }}
fuzz_read:
runs-on: ubuntu-latest