mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-02 14:03:10 +00:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
.PHONY: all build tests
|
|
|
|
all: build
|
|
|
|
tests:
|
|
go test ./... -count 1 -v
|
|
|
|
build:
|
|
go build -o build/query
|