removing cargo test from actual tests because they by passed way too much logic

also they were super aids to configure
This commit is contained in:
shockrah 2020-11-17 00:04:08 -08:00
parent 474696eb4b
commit 25de3eb240

View File

@ -16,8 +16,7 @@ while getopts ":htbr" arg; do
case ${arg} in case ${arg} in
h)echo help command;; h)echo help command;;
t) t)
cargo build 1>/dev/null 2>&1 cargo build
cargo test 1>/dev/null 2>&1
cargo run -- -s & cargo run -- -s &
server=$! server=$!
echo Waiting on server to spin up && sleep 2 echo Waiting on server to spin up && sleep 2