From 25de3eb24064a3ca103563a54cd611b1c8b99f2d Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 17 Nov 2020 00:04:08 -0800 Subject: [PATCH] removing cargo test from actual tests because they by passed way too much logic also they were super aids to configure --- server-api/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server-api/build.sh b/server-api/build.sh index a419e3c..c45e877 100755 --- a/server-api/build.sh +++ b/server-api/build.sh @@ -16,8 +16,7 @@ while getopts ":htbr" arg; do case ${arg} in h)echo help command;; t) - cargo build 1>/dev/null 2>&1 - cargo test 1>/dev/null 2>&1 + cargo build cargo run -- -s & server=$! echo Waiting on server to spin up && sleep 2