summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}