Skip to content

Commit

Permalink
check denying warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Oct 4, 2022
1 parent eaf4492 commit b231d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fi
CARGO_ARGS=`get_cargo_args`

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

if [ "$BINDGEN_MAIN_TESTS" == "1" ]; then
# Run the tests
Expand Down

0 comments on commit b231d7e

Please sign in to comment.