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 8a65262 commit 332c188Copy full SHA for 332c188
accounts/abi/bind/bind_test.go
@@ -2073,6 +2073,7 @@ var bindTests = []struct {
2073
// Tests that packages generated by the binder can be successfully compiled and
2074
// the requested tester run against it.
2075
func TestBindings(t *testing.T) {
2076
+ t.Parallel()
2077
// Skip the test if no Go command can be found
2078
gocmd := runtime.GOROOT() + "/bin/go"
2079
if !common.FileExist(gocmd) {
0 commit comments