heartbeat-server/Makefile

8 lines
72 B
Makefile
Raw Permalink Normal View History

2023-05-11 08:44:21 +00:00
.PHONY: build test
build:
go build -o build/
test:
go test -v ./...