chore: make test without cache
All checks were successful
submodules sync / sync (push) Successful in 1m10s
build / build (push) Successful in 4m19s
build / trigger-build-image (push) Successful in 13s

This commit is contained in:
张泊明518370910136 2025-06-11 11:09:16 -04:00
parent b2a9d5b0c7
commit 078a93b350
GPG Key ID: D47306D7062CDA9D

View File

@ -29,9 +29,9 @@ prepare-test:
test: test:
./scripts/prepare_test_repos.sh $(TMP_DIR) ./scripts/prepare_test_repos.sh $(TMP_DIR)
go test -v ./... go test -count=1 -v ./...
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 '3i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '3i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json"
GITHUB_ACTOR="" go test -v ./... GITHUB_ACTOR="" go test -count=1 -v ./...