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