We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579e6c commit 8530159Copy full SHA for 8530159
Makefile
@@ -38,5 +38,6 @@ test: test_unit test_integration
38
test_unit:
39
@go test --tags "nonwasmenv" -v `go list ./... | grep -v runtime`
40
41
+# GOARCH=amd64 is required to run the integration tests in gossamer
42
test_integration:
- @go test --tags="nonwasmenv" -v ./runtime/... -timeout 1500s
43
+ @GOARCH=amd64 go test --tags="nonwasmenv" -v ./runtime/... -timeout 2000s
0 commit comments