Skip to content

Commit d792af6

Browse files
committed
Speed up CI runs by only cargo checking for docs
Running `cargo check --features testing_only_docs` will catch missing doc comments, and we can avoid doing a full build.
1 parent 10ea03c commit d792af6

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)