.PHONY: all build tests all: build tests: go test ./... -count 1 -v build: go build -o build/query