Skip to content

Commit c0d0988

Browse files
committed
Makefile: Add update target
1 parent 928fac2 commit c0d0988

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ integration-test:
1515
./hack/integration-test.sh
1616
.PHONY: integration-test
1717

18+
update: build
19+
hack/update-test-metadata.sh
20+
.PHONY: update
21+
1822
format:
1923
go fmt ./...
2024
.PHONY: format

0 commit comments

Comments
 (0)