Skip to content

Commit

Permalink
Don't actually run the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Oct 12, 2018
1 parent d39d924 commit 361864a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ main() {
cross test --target $TARGET
cross test --target $TARGET --release

cross run --target $TARGET
cross run --target $TARGET --release
# cross run --target $TARGET
# cross run --target $TARGET --release
}

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

0 comments on commit 361864a

Please sign in to comment.