chore: execute tests before commit on edge lib update
arcad/emissary/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-04-11 12:06:16 +02:00
parent c4427dfd2b
commit 86a6d81e1d
1 changed files with 1 additions and 0 deletions

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