Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harzu/rebrainme-webinar-gotest
https://github.com/harzu/rebrainme-webinar-gotest
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harzu/rebrainme-webinar-gotest
- Owner: Harzu
- Created: 2021-04-20T21:06:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T12:43:07.000Z (over 3 years ago)
- Last Synced: 2024-10-25T10:50:17.304Z (2 months ago)
- Language: Go
- Size: 58.6 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Repository for rebrainme webinar | golang tests
use `make help` for info about run
```shell
help List all available targets with help
init Init project
generate Golang codegen
build Build docker containers
migration-up Run develop migrations
migration-down Rollback develop migrations
lint Run golangci-lint
test-short Run only unit tests
test-long Run all tests (unit/integrations)
stop Stop dev environment
push-repo Push to all remote repo (github/gitlab)
```