summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordana <dana@dana.is>2017-07-06 10:51:44 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-07-06 19:00:35 -0400
commitdb044a058a0a2fe1aaeca5473641037415fe722a (patch)
tree17fb51da4d1a1c785a0d69fb5eb91b8d6d7bac48
parentc1f8040b329706a7aa66dae4236a3de10300ff7f (diff)
Add test_complete.sh to CI tasks
-rw-r--r--ci/script.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index ccda56f5..b41c9a8d 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -28,6 +28,8 @@ run_test_suite() {
cargo build --target $TARGET --verbose --manifest-path termcolor/Cargo.toml
cargo test --target $TARGET --verbose --manifest-path termcolor/Cargo.toml
+ "$( dirname "${0}" )/test_complete.sh"
+
# sanity check the file type
file target/$TARGET/debug/rg
}