summaryrefslogtreecommitdiff
path: root/magefiles/magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'magefiles/magefile.go')
-rw-r--r--magefiles/magefile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/magefiles/magefile.go b/magefiles/magefile.go
index ed649ef..115af16 100644
--- a/magefiles/magefile.go
+++ b/magefiles/magefile.go
@@ -99,7 +99,7 @@ func Protos() error {
// Run All the servers
func Servers(ctx context.Context) {
- mg.CtxDeps(ctx, Nats, Idp, UI, Api, Authzd, Gateway)
+ mg.CtxDeps(ctx, (Step{}).Server, Nats, Idp, UI, Api, Authzd, Gateway)
}
// Run the end to end tests