Skip to content

Commit b39a1e5

Browse files
authored
Merge pull request #1907 from Kobzol/fix-rustc-perf-ci
Fix rustc-perf CI checks
2 parents 7d74d9d + 6d035eb commit b39a1e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

repos/rust-lang/rustc-perf.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ pattern = "master"
1212
ci-checks = [
1313
"Test and deploy",
1414
"Test on Windows",
15-
"Test benchmarks",
15+
"Test benchmarks (--include cargo-0.87.1,stm32f4-0.15.1, Check,Debug,Doc)",
16+
"Test benchmarks (--exclude cargo-0.87.1,stm32f4-0.15.1, Check,Debug,Doc)",
17+
"Test benchmarks (--include cargo-0.87.1,stm32f4-0.15.1, Opt)",
18+
"Test benchmarks (--exclude cargo-0.87.1,stm32f4-0.15.1, Opt)",
1619
"Test runtime benchmarks",
1720
"Database Check",
1821
]

0 commit comments

Comments
 (0)