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 - testing
script: script:
- cd server/ - cd server/
- cargo run --release - cargo run -- -s&
- fc_id=$! - fc_id=$!
- bash ./tests/main.sh body - bash ./tests/main.sh body
- kill ${fc_id} - kill ${fc_id}