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