From 4e6bf916519d8219c4a7d6221390e389708e7162 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 20 Feb 2021 18:11:29 -0500 Subject: [PATCH] Update test step --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47131e32..d2966fe9 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ run-frontend: npm --prefix web/app run serve test: - go test -mod=vendor ./... -cover \ No newline at end of file + go test ./alerting/... ./client/... ./config/... ./controller/... ./core/... ./jsonpath/... ./pattern/... ./security/... ./storage/... ./util/... ./watchdog/... -cover \ No newline at end of file