Bug fix: don't run cargo doc on dependencies

This commit is contained in:
Chris Hennick 2023-06-11 11:17:54 -07:00
parent 2e423f12db
commit 367f231f15
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -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