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