mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-10-29 21:42:20 +00:00
Add --no-deps
to cargo doc check (#604)
By default `cargo doc` documents all crates in the graph, including dependencies, which causes it to take a significant amount of time (~12 minutes according to CI)
This commit is contained in:
parent
18ba6f322d
commit
4c8e50d943
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
- name: Rustfmt tests
|
||||
run: rustfmt --check tests/ui/**/*.rs
|
||||
- name: Check docs are valid
|
||||
run: RUSTDOCFLAGS=-Dwarnings cargo doc
|
||||
run: RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps
|
||||
- name: Clippy
|
||||
run: .github/workflows/clippy.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user