diff --git a/Makefile b/Makefile index e6e6882..6f5e17b 100644 --- a/Makefile +++ b/Makefile @@ -160,6 +160,7 @@ update-edge-lib: git pull --rebase GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge go mod tidy + $(MAKE) test git add go.mod go.sum git commit -m "feat: update arcad/edge dependency" git push \ No newline at end of file