1
Fork 0

Don't generate docs for dependencies when just testing

This commit is contained in:
Jan-Erik Rediger 2021-01-06 14:59:32 +01:00
parent eeec295a78
commit 896a9b2c3d

View file

@ -50,4 +50,4 @@ jobs:
run: cargo fmt --all -- --check
- name: Docs
run: cargo doc
run: cargo doc --no-deps