Skip to content

Commit

Permalink
respect DISABLE_TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Nov 16, 2018
1 parent 0cdff74 commit 1b42f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ main() {
#cross build --target $TARGET
#cross build --target $TARGET --release

#if [ ! -z $DISABLE_TESTS ]; then
# return
#fi
if [ ! -z $DISABLE_TESTS ]; then
return
fi

#cross test --target $TARGET
cross test --target $TARGET --release
Expand Down

0 comments on commit 1b42f16

Please sign in to comment.