8 lines
159 B
Makefile
8 lines
159 B
Makefile
test:
|
|
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."
|
|
|
|
test-watch:
|
|
GOTESTSUM_FORMAT=testname gotestsum --packages="./..." --watch
|
|
|
|
fmt:
|
|
go fmt ./...
|