blob: 7e90d4f21918c416854bdf74daca38403065dcaf [file] [log] [blame]
#!/usr/bin/make -f
test:
go test -timeout=1s -short ./...
compile:
go build ./...
build: test compile
.PHONY: test compile build