diff --git a/ci/script.sh b/ci/script.sh index ae9407bb..78edd09e 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -42,7 +42,7 @@ run_test_suite() { cargo test --target $TARGET # sanity check the file type - file target/$TARGET/debug/hello + file target/$TARGET/debug/oxipng } main() {