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:
parent
474696eb4b
commit
25de3eb240
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user