message-finder/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2024-01-18 07:41:33 -04:00
.PHONY: all build
tests:
go test ./... -count 1 -v
all: tests