build: remove redundant local test target
All checks were successful
build / build (pull_request) Successful in 2m8s
build / build (push) Successful in 2m11s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
张泊明518370910136 2026-08-02 04:29:41 -07:00
parent e5de5b2bd6
commit 1d686ce87f
GPG Key ID: D47306D7062CDA9D

View File

@ -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"