switching to new testing scheme in gitlab-ci.yml
This commit is contained in:
parent
c76cbf24bf
commit
8a0b2cb190
@ -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}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user