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 7
7
- staging
8
8
- trying
9
9
10
+ env :
11
+ RUSTFLAGS : -D warnings
12
+ RUSTUP_MAX_RETRIES : 10
13
+ CARGO_NET_RETRY : 10
14
+
10
15
jobs :
11
16
rust :
12
17
name : Rust
17
22
matrix :
18
23
os : [ubuntu-latest, windows-latest, macos-latest]
19
24
20
- env :
21
- RUSTFLAGS : -D warnings
22
- RUSTUP_MAX_RETRIES : 10
23
- CARGO_NET_RETRY : 10
24
-
25
25
steps :
26
26
- name : Checkout repository
27
27
uses : actions/checkout@v2
39
39
name : Docs
40
40
runs-on : ubuntu-latest
41
41
42
- env :
43
- RUSTFLAGS : -D warnings
44
- RUSTUP_MAX_RETRIES : 10
45
- CARGO_NET_RETRY : 10
46
-
47
42
steps :
48
43
- name : Checkout repository
49
44
uses : actions/checkout@v2
53
48
with :
54
49
toolchain : nightly
55
50
profile : minimal
51
+ override : true
56
52
57
53
- 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