summaryrefslogtreecommitdiff
path: root/Makefile
blob: 99ae984090b312c86f0b7d6be4069ac857f8a370 (plain)
1
2
3
4
5
6
7
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