Skip to content

Commit f27e9b2

Browse files
committed
Fix a few typos in CI messages and comments (#7357)
# Objective Stumbled on some typos in our CI tool ## Solution - Fix em
1 parent 958a898 commit f27e9b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/ci/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ fn main() {
145145
// Build examples and check they compile
146146
cmd!(sh, "cargo check --workspace --examples")
147147
.run()
148-
.expect("Please fix failing doc-tests in output above.");
148+
.expect("Please fix compiler errors for examples in output above.");
149149
}
150150

151151
if what_to_run.contains(Check::COMPILE_CHECK) {
152-
// Build examples and check they compile
152+
// Build bevy and check that it compiles
153153
cmd!(sh, "cargo check --workspace")
154154
.run()
155-
.expect("Please fix failing doc-tests in output above.");
155+
.expect("Please fix compiler errors in output above.");
156156
}
157157
}

0 commit comments

Comments
 (0)