# This script takes care of testing your crateset-ex# TODO This is the "test phase", tweak it as you see fitmain(){cross build --target$TARGETif[!-z$DISABLE_TESTS];thenreturnficross test --target$TARGET}# we don't run the "test phase" when doing deploysif[-z$TRAVIS_TAG];thenmainfi