Skip to content

sixsat/devops-go-example

Repository files navigation

Go API Example

To run integration test

docker compose --file docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from it_tests

To tear down integration test

docker compose --file docker-compose.test.yml down