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