diff --git a/main_test.go b/main_test.go index 3afb45d8d..256285501 100644 --- a/main_test.go +++ b/main_test.go @@ -49,6 +49,10 @@ func TestCompiler(t *testing.T) { }) } + if testing.Short() { + return + } + t.Log("running tests on the qemu target...") for _, path := range matches { t.Run(path, func(t *testing.T) {