From db044a058a0a2fe1aaeca5473641037415fe722a Mon Sep 17 00:00:00 2001 From: dana Date: Thu, 6 Jul 2017 10:51:44 -0500 Subject: Add test_complete.sh to CI tasks --- ci/script.sh | 2 ++ 1 file changed, 2 insertions(+) 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 } -- cgit v1.2.3