Don't generate docs for dependencies when just testing
This commit is contained in:
parent
eeec295a78
commit
896a9b2c3d
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -50,4 +50,4 @@ jobs:
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Docs
|
- name: Docs
|
||||||
run: cargo doc
|
run: cargo doc --no-deps
|
||||||
|
|
Loading…
Reference in a new issue