From 01133d4dff0e68b60cf85064ea8b9520345d85f6 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 12 Oct 2024 01:02:07 -0400 Subject: [PATCH] chore: fix ci-test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 70840d3..b9a81b2 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,5 @@ test: 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" + export GITHUB_ACTIONS="test" go test -coverprofile cover.out -v ./...