From f107bd38e25aa30a3f4db1d601b6e25abbb59eba Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 14 May 2019 16:05:21 +0300 Subject: [PATCH] Fix UT --- ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/script.sh b/ci/script.sh index aec5e257..4bdfe0f7 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -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