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
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