diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-09-25 16:36:25 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-09-25 16:36:25 +0200 |
| commit | c99d18cea03f320e3efa7a89917fb0e755fe22fc (patch) | |
| tree | d7a55de58c4a52d851456771c849d4dfbb6ae6ea /tests | |
| parent | 65093c7ce0f517a20416e546c0f9464efa732db3 (diff) | |
fix GH Actions test run on Linux
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linux.sh b/tests/test_linux.sh index 7056a244..5cd86e70 100755 --- a/tests/test_linux.sh +++ b/tests/test_linux.sh @@ -8,5 +8,5 @@ build linux_gles3_debug SOKOL_GLES3 Debug build linux_gles3_release SOKOL_GLES3 Release build_force_egl linux_gl_egl_debug SOKOL_GLCORE33 Debug build_force_egl linux_gl_egl_release SOKOL_GLCORE33 Release -runtest linux_glx_debug +runtest linux_gl_debug |