From e085931ca6fd34a91cb23ba2bf0964fbe7500400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=AE=87?= Date: Fri, 21 Jun 2019 02:38:40 +0800 Subject: [PATCH] Ensure 'make test' actually tests 'dmsg'. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d463ff45..4ccfb3562 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ test: ## Run tests #${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/... ${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/app/... ${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/cipher/... + ${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/dmsg/... ${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/manager/... ${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/messaging-discovery/... ${OPTS} go test -race -tags no_ci -cover -timeout=5m ./pkg/node/...