From 5083ab853bd9c619fe750fdd6e2b3f22ab9e98dd Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Mar 2025 11:06:36 -0600 Subject: chore: add a test target --- magefile.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'magefile.go') diff --git a/magefile.go b/magefile.go index 334f6586..9272dd4d 100644 --- a/magefile.go +++ b/magefile.go @@ -88,3 +88,7 @@ func Protos() error { func Run(ctx context.Context) { mg.CtxDeps(ctx, Idp, UI, Api, Gateway) } + +func Test(ctx context.Context) error { + return sh.RunV("go", "test", "-v", "./...") +} -- cgit v1.2.3