test:
	@go test \
		-count=1 \
		-race \
		-short \
		-timeout=5m \
		./...
.PHONY: test
