Skip to content

Commit f94e397

Browse files
authored
Merge pull request #833 from etehtsea/disable-go-test-caching
chore(go-sdk): Disable integration test caching
2 parents 3627a5a + 97bb440 commit f94e397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test: test-integration
88

99
.PHONY: test-integration
1010
test-integration: http/testdata/http-tinygo/main.wasm
11-
go test -v .
11+
go test -v -count=1 .
1212

1313
http/testdata/http-tinygo/main.wasm: generate
1414
http/testdata/http-tinygo/main.wasm: http/testdata/http-tinygo/main.go

0 commit comments

Comments
 (0)