test(supply-api): disable cache in integration runner

This commit is contained in:
Your Name
2026-04-17 22:10:34 +08:00
parent 7e2f3fe62c
commit 49738f2119

View File

@@ -213,4 +213,4 @@ echo ""
cd "$PROJECT_DIR"
export_test_env
go test -tags=integration -v "$PACKAGE"
go test -count=1 -tags=integration -v "$PACKAGE"