From 1d686ce87f5664b94b7f078df7b0894ab162645d Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 2 Aug 2026 04:29:41 -0700 Subject: [PATCH] build: remove redundant local test target --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index a4d02bd..00660b0 100644 --- a/Makefile +++ b/Makefile @@ -35,11 +35,6 @@ test: build go test -count=1 -v -coverpkg=./... -coverprofile=$(COVERAGE_FILE) ./... go tool cover -func=$(COVERAGE_FILE) | tail -n 1 -local-test: - rm -rf $(TMP_DIR)/submodules/JOJ3-examples/examples/ - mkdir -p $(TMP_DIR)/submodules/JOJ3-examples/examples/ - go test -count=1 -v ./... - ci-test: ./scripts/prepare_test_repos.sh $(TMP_DIR) ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '2i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json"