From cb0d1ea3ba0d68f7e25a34e691409067cb44b51a Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Thu, 31 Oct 2024 15:31:06 +0900 Subject: [PATCH] fix last rebase regression --- accounts/abi/bind/bind_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts/abi/bind/bind_test.go b/accounts/abi/bind/bind_test.go index 16b5c4f12a..a1533f689a 100644 --- a/accounts/abi/bind/bind_test.go +++ b/accounts/abi/bind/bind_test.go @@ -2073,6 +2073,7 @@ var bindTests = []struct { // Tests that packages generated by the binder can be successfully compiled and // the requested tester run against it. func TestBindings(t *testing.T) { + t.Parallel() // Skip the test if no Go command can be found gocmd := runtime.GOROOT() + "/bin/go" if !common.FileExist(gocmd) {