birthdaybot/Makefile

9 lines
159 B
Makefile
Raw Normal View History

2023-06-29 22:46:17 +01:00
test:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."
test-watch:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..." --watch
fmt:
go fmt ./...