chore: execute tests before commit on edge lib update
arcad/emissary/pipeline/head This commit looks good
Details
arcad/emissary/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c4427dfd2b
commit
86a6d81e1d
1
Makefile
1
Makefile
|
@ -160,6 +160,7 @@ update-edge-lib:
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
|
GOPRIVATE=forge.cadoles.com/arcad/edge go get -u forge.cadoles.com/arcad/edge
|
||||||
go mod tidy
|
go mod tidy
|
||||||
|
$(MAKE) test
|
||||||
git add go.mod go.sum
|
git add go.mod go.sum
|
||||||
git commit -m "feat: update arcad/edge dependency"
|
git commit -m "feat: update arcad/edge dependency"
|
||||||
git push
|
git push
|
Loading…
Reference in New Issue