Skip to content

Commit a40c5a3

Browse files
committed
Run Doc builds in CI
This ensures that the doc build will succeed when run later, since rustdoc and rustc are known to have different ICEs.
1 parent 82be51a commit a40c5a3

File tree

1 file changed

+1
-1
lines changed
  • collector/src/bin/rustc-perf-collector

1 file changed

+1
-1
lines changed

collector/src/bin/rustc-perf-collector/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ fn main_result() -> anyhow::Result<i32> {
650650
&mut rt,
651651
conn,
652652
&ArtifactId::Commit(commit),
653-
&[BuildKind::Check], // no Debug or Opt builds
653+
&[BuildKind::Check, BuildKind::Doc], // no Debug or Opt builds
654654
&RunKind::all(),
655655
Compiler::from_sysroot(&sysroot),
656656
&benchmarks,

0 commit comments

Comments
 (0)