Update test step

This commit is contained in:
TwinProduction 2021-02-20 18:11:29 -05:00
parent de31a7a62e
commit 4e6bf91651

View File

@ -11,4 +11,4 @@ run-frontend:
npm --prefix web/app run serve
test:
go test -mod=vendor ./... -cover
go test ./alerting/... ./client/... ./config/... ./controller/... ./core/... ./jsonpath/... ./pattern/... ./security/... ./storage/... ./util/... ./watchdog/... -cover