From d4164a01d8e167cf17dd4a51b70c0c0957bd12d9 Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Wed, 10 Apr 2024 09:42:01 +0200 Subject: [PATCH] Test protoplugin-example with make test (#776) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9a236afc..59780b04c 100644 --- a/Makefile +++ b/Makefile @@ -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