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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user