diff --git a/main_test.go b/main_test.go index b07d6aaaa4..45290bac6c 100644 --- a/main_test.go +++ b/main_test.go @@ -222,6 +222,7 @@ func TestBuild(t *testing.T) { // to be sure. t.Parallel() options := optionsFromOSARCH("linux/mipsle/softfloat", sema) + emuCheck(t, options) runTest("cgo/", options, t, nil, nil) }) } else if runtime.GOOS == "windows" {