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