File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 77 - staging
88 - trying
99
10+ env :
11+ RUSTFLAGS : -D warnings
12+ RUSTUP_MAX_RETRIES : 10
13+ CARGO_NET_RETRY : 10
14+
1015jobs :
1116 rust :
1217 name : Rust
1722 matrix :
1823 os : [ubuntu-latest, windows-latest, macos-latest]
1924
20- env :
21- RUSTFLAGS : -D warnings
22- RUSTUP_MAX_RETRIES : 10
23- CARGO_NET_RETRY : 10
24-
2525 steps :
2626 - name : Checkout repository
2727 uses : actions/checkout@v2
3939 name : Docs
4040 runs-on : ubuntu-latest
4141
42- env :
43- RUSTFLAGS : -D warnings
44- RUSTUP_MAX_RETRIES : 10
45- CARGO_NET_RETRY : 10
46-
4742 steps :
4843 - name : Checkout repository
4944 uses : actions/checkout@v2
5348 with :
5449 toolchain : nightly
5550 profile : minimal
51+ override : true
5652
5753 - name : Rustdoc
58- run : cargo doc --all-features
54+ run : cargo rustdoc --all-features -- -D warnings
You can’t perform that action at this time.
0 commit comments