testing cargo run as it never really starts up

This commit is contained in:
shockrah 2020-08-09 23:39:03 -07:00
parent ed8f15b17c
commit baae2caaf0

View File

@ -24,10 +24,8 @@ basic-test:
- testing - testing
script: script:
- cd server/ - cd server/
- cargo run -- -s& - cargo run -- -s
- fc_id=$! - fc_id=$!
- echo Sleeping to let cargo catch up
- sleep 3
- cd tests/ - cd tests/
- bash ./main.sh body - bash ./main.sh body
- kill ${fc_id} - kill ${fc_id}