Skip to content

Commit

Permalink
Add test_complete.sh to CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
okdana committed Jul 6, 2017
1 parent 3d3306b commit ea7e22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ea7e22c

Please sign in to comment.