2021-08-08 12:38:44 -04:00
|
|
|
// integration tests are not needed in docker
|
|
|
|
// ignoring it let us speed up the integration test
|
|
|
|
// development
|
|
|
|
integration_test.go
|
2021-08-13 05:33:19 -04:00
|
|
|
integration_test/
|
2021-08-08 12:38:44 -04:00
|
|
|
|
|
|
|
Dockerfile*
|
|
|
|
docker-compose*
|
|
|
|
.dockerignore
|
|
|
|
.goreleaser.yml
|
|
|
|
.git
|
|
|
|
.github
|
|
|
|
.gitignore
|
|
|
|
README.md
|
|
|
|
LICENSE
|
|
|
|
.vscode
|
|
|
|
|