mirror of
https://github.com/logos-messaging/message-finder.git
synced 2026-01-03 06:23:07 +00:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
|
.PHONY: all build
|
||
|
|
|
||
|
|
tests:
|
||
|
|
go test ./... -count 1 -v
|
||
|
|
|
||
|
|
all: tests
|