Integration tests #4
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ steps:
|
||||||
- apt update
|
- apt update
|
||||||
- apt-get install -y --no-install-recommends protobuf-compiler
|
- apt-get install -y --no-install-recommends protobuf-compiler
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test --lib
|
||||||
# - make migrate
|
# - make migrate
|
||||||
# - make
|
# - make
|
||||||
# - make release
|
# - make release
|
||||||
# - make test // requires Docker-in-Docker
|
# - make test // requires Docker-in-Docker
|
||||||
backend:
|
integration_tests:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue