chore: fix ci-test
Some checks failed
build / build (push) Failing after 1m7s
build / build (pull_request) Failing after 1m6s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
张泊明518370910136 2024-10-12 01:02:07 -04:00
parent adba2e4a1d
commit 01133d4dff
GPG Key ID: D47306D7062CDA9D

View File

@ -30,4 +30,5 @@ test:
ci-test: ci-test:
./scripts/prepare_test_repos.sh $(TMP_DIR) ./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" ./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 ./... go test -coverprofile cover.out -v ./...