Added option to disable building of tests
Run tests / Run tests (push) Successful in 1m5s

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