Fix UT
This commit is contained in:
@@ -10,10 +10,10 @@ main() {
|
|||||||
cross check --target $TARGET --release --all-features
|
cross check --target $TARGET --release --all-features
|
||||||
|
|
||||||
if [ ! -z $DISABLE_TESTS ]; then
|
if [ ! -z $DISABLE_TESTS ]; then
|
||||||
cross test
|
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cross test
|
||||||
}
|
}
|
||||||
|
|
||||||
# we don't run the "test phase" when doing deploys
|
# we don't run the "test phase" when doing deploys
|
||||||
|
|||||||
Reference in New Issue
Block a user