Skip to content

Commit 332c188

Browse files
committed
fix last rebase regression
1 parent 8a65262 commit 332c188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accounts/abi/bind/bind_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,7 @@ var bindTests = []struct {
20732073
// Tests that packages generated by the binder can be successfully compiled and
20742074
// the requested tester run against it.
20752075
func TestBindings(t *testing.T) {
2076+
t.Parallel()
20762077
// Skip the test if no Go command can be found
20772078
gocmd := runtime.GOROOT() + "/bin/go"
20782079
if !common.FileExist(gocmd) {

0 commit comments

Comments
 (0)