summaryrefslogtreecommitdiff
path: root/magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'magefile.go')
-rw-r--r--magefile.go4
1 files changed, 4 insertions, 0 deletions
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", "./...")
+}