Skip to content

Commit 87bd3b9

Browse files
author
bors-servo
authored
Auto merge of #825 - fitzgen:ci-assert-dosc, r=emilio
Speed up CI runs by only `cargo check`ing for docs Running `cargo check --features testing_only_docs` will catch missing doc comments, and we can avoid doing a full build. r? @emilio
2 parents 10ea03c + d792af6 commit 87bd3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/assert-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -xeu
44
cd "$(dirname "$0")/.."
55

6-
cargo build --features "$BINDGEN_FEATURES testing_only_docs"
6+
cargo check --features "$BINDGEN_FEATURES testing_only_docs"

0 commit comments

Comments
 (0)