glfw: window open test is optional (cannot open windows on CI)

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-18 15:19:27 -07:00
parent 3627edfbba
commit b5d1ebd1cd
2 changed files with 5 additions and 2 deletions

View file

@ -538,4 +538,4 @@ test "set_getGammaRamp" {
// technically not needed here / noop because GLFW owns this gamma ramp.
defer ramp.deinit(allocator);
}
}
}