misc/ci: enable building tests

This commit is contained in:
Andrei Alexeyev 2024-05-13 04:02:23 +02:00
parent 1ca164eea4
commit e7c77216d2
No known key found for this signature in database
GPG key ID: 72D26128040B9690
3 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ docs = 'enabled'
use_libcrypto = 'disabled'
force_vendored_shader_tools = true
validate_glsl = 'disabled'
tests = 'enabled'
[sdl2:project options]
test = false

View file

@ -20,6 +20,7 @@ source_map_base = 'http://localhost:6931/'
[project options]
validate_glsl = 'enabled'
vfs_zip = 'disabled'
tests = 'disabled'
[built-in options]
b_ndebug = 'true'

View file

@ -1,4 +1,5 @@
[project options]
validate_glsl = 'enabled'
tests = 'disabled'