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