Integration tests #4

Merged
realaravinth merged 9 commits from feat-integration-tests into master 2023-12-31 03:25:30 +05:30
Showing only changes of commit 73aa755035 - Show all commits

View file

@ -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