Skip to content

Commit

Permalink
fix last rebase regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Oct 31, 2024
1 parent 8a65262 commit 332c188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/abi/bind/bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 332c188

Please sign in to comment.