Skip to content

Commit 55bb51e

Browse files
committed
Fix test script
1 parent cdd58ae commit 55bb51e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/script.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -ex
44

5-
# TODO This is the "test phase", tweak it as you see fit
65
main() {
76
cross build --target $TARGET
87
cross build --target $TARGET --release
@@ -13,9 +12,6 @@ main() {
1312

1413
cross test --target $TARGET
1514
cross test --target $TARGET --release
16-
17-
cross run --target $TARGET
18-
cross run --target $TARGET --release
1915
}
2016

2117
# we don't run the "test phase" when doing deploys

0 commit comments

Comments
 (0)