diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-08-04 15:00:32 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-08-04 15:00:32 -0700 |
commit | f4763bc8d4754ee4f89b2ab29b45d4c18e14d647 (patch) | |
tree | 016800421600e538f2529496c55c64e09c2eea21 | |
parent | 65a68cd75f40db2cd8346dbdd334cbc1737fc68c (diff) |
Compile test expectations and run their unit tests in CI
Fixes a regression from d73507e which accidentally broke this.
-rwxr-xr-x | ci/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ cargo test --features "$BINDGEN_FEATURES testing_only_extra_assertions" cargo test --release --features "$BINDGEN_FEATURES testing_only_extra_assertions" ./ci/assert-no-diff.sh -if [ -v "${TRAVIS_OS_NAME}" ]; then +if [[ "${TRAVIS}" == "true" ]]; then # Now test the expectations' size and alignment tests. |