diff --git a/ci/run-check.sh b/ci/run-check.sh index 4800ae7c68..8f8178ffd5 100755 --- a/ci/run-check.sh +++ b/ci/run-check.sh @@ -18,7 +18,7 @@ case $TARGET in # ;; test-integration) - cargo build --release --package runtime-integration-tests --vv + cargo build --release --package runtime-integration-tests -vv echo "NOW TESTING" cargo test --release --package runtime-integration-tests --features fast-runtime &