Skip to content

Commit

Permalink
chore: Add to make-gen-delta
Browse files Browse the repository at this point in the history
This check ensures that data sources are up-to-date with the boundary version used in the repo
  • Loading branch information
moduli committed May 10, 2024
1 parent 609a9a9 commit dd8ac27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ test-database-down:
docker stop boundary-sql-tests || true
docker rm -v boundary-sql-tests || true

data-sources:
go run scripts/generate_data_sources.go

.PHONY: testacc tools docs test-database-up test-database-down

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

.PHONY: gen
gen: docs copywrite fmt
gen: docs copywrite fmt data-sources

0 comments on commit dd8ac27

Please sign in to comment.