Skip to content

Commit 1a65a03

Browse files
committed
Disable tests in CI
1 parent c13eec9 commit 1a65a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ main() {
1111
return
1212
fi
1313

14-
cross test --target $TARGET
15-
cross test --target $TARGET --release
14+
# cross test --target $TARGET
15+
# cross test --target $TARGET --release
1616

1717
cross run --target $TARGET
1818
cross run --target $TARGET --release

0 commit comments

Comments
 (0)