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