Skip to content

Commit c48b28c

Browse files
committed
come onn...
1 parent 65a32d1 commit c48b28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ fi
126126
CARGO_ARGS=`get_cargo_args`
127127

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

131131
if [ "$BINDGEN_MAIN_TESTS" == "1" ]; then
132132
# Run the tests
133-
cargo test $CARGO_ARGS
133+
(cd bindgen-tests && cargo test $CARGO_ARGS)
134134
fi
135135

136136
assert_no_diff

0 commit comments

Comments
 (0)