First pass of cli-opts testing

This commit is contained in:
shockrah 2020-08-06 20:06:30 -07:00
parent e94668955e
commit 2677390b58

View File

@ -17,7 +17,7 @@ basic-test:
- testing
script:
- cd server/
- cargo run --release
- cargo run -- -s&
- fc_id=$!
- bash ./tests/main.sh body
- kill ${fc_id}