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
|
||||
script:
|
||||
- cd server/
|
||||
- cargo run --release -- -s > server.log&
|
||||
- export fc_id=$!
|
||||
- cd tests/
|
||||
- bash ./main.sh body
|
||||
- kill ${fc_id}
|
||||
- cargo test --release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user