message-finder/Makefile
2024-01-25 15:20:39 -04:00

6 lines
64 B
Makefile

.PHONY: all build
tests:
go test ./... -count 1 -v
all: tests