switching to new testing scheme in gitlab-ci.yml

This commit is contained in:
shockrah 2020-08-22 15:43:19 -07:00
parent c76cbf24bf
commit 8a0b2cb190

View File

@ -31,9 +31,5 @@ api-test:
- testing - testing
script: script:
- cd server/ - cd server/
- cargo run --release -- -s > server.log& - cargo test --release
- export fc_id=$!
- cd tests/
- bash ./main.sh body
- kill ${fc_id}