This commit is contained in:
Roey Darwish Dror
2019-05-14 16:05:21 +03:00
parent e27dffd81c
commit f107bd38e2

View File

@@ -10,10 +10,10 @@ main() {
cross check --target $TARGET --release --all-features
if [ ! -z $DISABLE_TESTS ]; then
cross test
return
fi
cross test
}
# we don't run the "test phase" when doing deploys