Commit 72c7328
committed
ci: pull out separate rust doc job
Previously `cargo doc` was being invoked in the per-platform CI jobs.
This feels unnecessary since no documentation items are gated
per-platform and we can rely on the upstream `cargo doc` tool owners to
test for general doc generation platform compatibility.
In this commit the `cargo doc` invocation is moved to a dedicated job.
This also allows shifting the `RUSTDOCFLAGS` env var from a global env
var to one scoped to just the job that requires it.
We continue to test doc generation using the stable, beta, nightly and
MSRV rust versions.1 parent d42a2a4 commit 72c7328
1 file changed
+20
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
44 | 63 | | |
45 | 64 | | |
46 | 65 | | |
| |||
67 | 86 | | |
68 | 87 | | |
69 | 88 | | |
70 | | - | |
71 | | - | |
72 | 89 | | |
73 | 90 | | |
74 | 91 | | |
| |||
97 | 114 | | |
98 | 115 | | |
99 | 116 | | |
100 | | - | |
101 | | - | |
102 | 117 | | |
103 | 118 | | |
104 | 119 | | |
| |||
0 commit comments