add tdlr
This commit is contained in:
parent
57254fcbc9
commit
772ce9a7b7
4
Makefile
4
Makefile
@ -30,6 +30,10 @@ migrateup:
|
||||
mock:
|
||||
go run go.uber.org/mock/mockgen@latest -package mock -destination internal/domains/sensors/mock/querier.go $(MOD_NAME)/internal/domains/sensors Repository
|
||||
|
||||
.PHONY: test
|
||||
# Run tests
|
||||
tests:
|
||||
go test ./...
|
||||
|
||||
.PHONY: run
|
||||
# Start app in development environment
|
||||
|
||||
Loading…
Reference in New Issue
Block a user