diff --git a/test.pl b/test.pl index 23399d2..4a4975f 100644 --- a/test.pl +++ b/test.pl @@ -3,6 +3,9 @@ # after the test suite so you see something if the build worked. #======================================================================== +# skip test under under headless macOS +exit if exists $ENV{CI} and $^O eq 'darwin'; + #======================================================================== # Simple GLFW example # Copyright (c) Camilla Berglund