birthdaybot/Makefile
2023-06-29 23:46:17 +02:00

8 lines
159 B
Makefile

test:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."
test-watch:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..." --watch
fmt:
go fmt ./...