test:
	go test -race -v -timeout 15s -count=1 ./...

test-ci:
	go test -race -v -timeout 1m -count=3 ./...

coverage:
	go test -race -v -timeout 1m -coverprofile=coverage.out -covermode=atomic ./...