Skip to content

Commit b231d7e

Browse files
committed
check denying warnings
1 parent eaf4492 commit b231d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ fi
126126
CARGO_ARGS=`get_cargo_args`
127127

128128
# Ensure we build without warnings
129-
(cd bindgen-tests && cargo rustc --lib $CARGO_ARGS -- -Dwarnings)
129+
RUSTFLAGS="-Dwarnings" cargo check
130130

131131
if [ "$BINDGEN_MAIN_TESTS" == "1" ]; then
132132
# Run the tests

0 commit comments

Comments
 (0)