#
# test runs package tests
#
.PHONY: test
test:
	go test -v -test.parallel=0 -race ./...
