testing cargo run as it never really starts up
This commit is contained in:
parent
ed8f15b17c
commit
baae2caaf0
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user