Skip to content

Commit f4763bc

Browse files
committed
Compile test expectations and run their unit tests in CI
Fixes a regression from d73507e which accidentally broke this.
1 parent 65a68cd commit f4763bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cargo test --features "$BINDGEN_FEATURES testing_only_extra_assertions"
2020
cargo test --release --features "$BINDGEN_FEATURES testing_only_extra_assertions"
2121
./ci/assert-no-diff.sh
2222

23-
if [ -v "${TRAVIS_OS_NAME}" ]; then
23+
if [[ "${TRAVIS}" == "true" ]]; then
2424

2525
# Now test the expectations' size and alignment tests.
2626

0 commit comments

Comments
 (0)