summaryrefslogtreecommitdiff
path: root/Makefile
blob: 981b50b39c134013f41e5fb15a876da571dafcc4 (plain)
1
2
3
4
5
6
7
8
test:
	go test -v -race -cover . -tags=debug
	go test -v -race -cover ./plugins/rpc -tags=debug
	go test -v -race -cover ./plugins/rpc/tests -tags=debug
	go test -v -race -cover ./plugins/config/tests -tags=debug
	go test -v -race -cover ./plugins/app/tests -tags=debug
	go test -v -race -cover ./plugins/logger/tests -tags=debug
	go test -v -race ./plugins/metrics/tests -tags=debug