Skip to content

Commit dd8ac27

Browse files
committed
chore: Add to make-gen-delta
This check ensures that data sources are up-to-date with the boundary version used in the repo
1 parent 609a9a9 commit dd8ac27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ test-database-down:
7878
docker stop boundary-sql-tests || true
7979
docker rm -v boundary-sql-tests || true
8080

81+
data-sources:
82+
go run scripts/generate_data_sources.go
83+
8184
.PHONY: testacc tools docs test-database-up test-database-down
8285

8386
.PHONY: copywrite
@@ -89,4 +92,4 @@ fmt:
8992
gofumpt -w $$(find . -name '*.go')
9093

9194
.PHONY: gen
92-
gen: docs copywrite fmt
95+
gen: docs copywrite fmt data-sources

0 commit comments

Comments
 (0)