Skip to content

Commit 538e749

Browse files
run doc-breaking-changes in make test
1 parent aeae205 commit 538e749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ GOLANGCILINT_VERSION=v1.52.2
88
test: ## Run tests
99
@echo "==> Running tests..."
1010
go test ./...
11+
@echo "==> Updating breaking changes documentation..."
12+
make doc-breaking-changes
1113

1214
.PHONY: coverage
1315
coverage: ## Run tests with coverage
@@ -31,7 +33,7 @@ install: deps ## Install oasdiff binary
3133

3234
.PHONY: doc-breaking-changes
3335
doc-breaking-changes: ## Generate documentation for breaking changes
34-
@echo "==> Generating documentation for breaking changes..."
36+
@echo "==> Updating breaking changes documentation..."
3537
./scripts/doc_breaking_changes.sh > docs/BREAKING-CHANGES-EXAMPLES.md
3638

3739
.PHONY: deps

0 commit comments

Comments
 (0)