Skip to content

Commit

Permalink
Test protoplugin-example with make test (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Apr 10, 2024
1 parent 3295dff commit d4164a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ clean: ## Delete build artifacts and installed dependencies
build: $(BUILD)/protobuf $(BUILD)/protobuf-test $(BUILD)/protoplugin $(BUILD)/protoplugin-test $(BUILD)/protobuf-conformance $(BUILD)/protoc-gen-es $(BUILD)/protobuf-example $(BUILD)/protoplugin-example ## Build

.PHONY: test
test: test-protobuf test-protoplugin test-conformance test-ts-compat ## Run all tests
test: test-protobuf test-protoplugin test-protoplugin-example test-conformance test-ts-compat ## Run all tests

.PHONY: test-protobuf
test-protobuf: $(BUILD)/protobuf-test packages/protobuf-test/jest.config.js
Expand Down

0 comments on commit d4164a0

Please sign in to comment.