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-get install -y --no-install-recommends protobuf-compiler
- cargo build
- cargo test
- cargo test --lib
# - make migrate
# - make
# - make release
# - make test // requires Docker-in-Docker
backend:
integration_tests:
image: python
commands:
- pip install -r requirements.txt