chore: execute tests before commit on edge lib update
All checks were successful
arcad/emissary/pipeline/head This commit looks good

This commit is contained in:
wpetit 2023-04-11 12:06:16 +02:00
parent c4427dfd2b
commit 86a6d81e1d

View File

@ -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