fix last rebase regression

This commit is contained in:
Jared Wasinger 2024-10-31 15:31:06 +09:00
parent 8a65262e98
commit 332c188c9c
1 changed files with 1 additions and 0 deletions

View File

@ -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) {