Skip to content

Commit a9bf77e

Browse files
committed
cross doesn't support the check subcommand
1 parent 59a1045 commit a9bf77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test_svd() {
99
}
1010

1111
main() {
12-
cross check --target $TARGET
12+
cross build --target $TARGET
1313

1414
if [ ! -z $DISABLE_TESTS ]; then
1515
return

0 commit comments

Comments
 (0)