Added option to disable building of tests
Run tests / Run tests (push) Successful in 10s

This commit is contained in:
2026-05-07 03:00:46 +03:00
parent 32c2134245
commit d403ebb0df
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
option('build_evh_tests', type: 'boolean', value: true, description: 'Build the tests', yield: true)