Skip to content

Commit faede38

Browse files
authored
CI: run cargo doc with --no-deps (#74)
We only care that `rustls-rustcrypto` documentation builds successfully, so avoid documenting dependencies to improve build times
1 parent 96068a4 commit faede38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustls-rustcrypto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: dtolnay/rust-toolchain@master
3535
with:
3636
toolchain: stable
37-
- run: cargo doc --all-features
37+
- run: cargo doc --all-features --no-deps
3838

3939
rustfmt:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)