diff options
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r-- | coin/module_config.yaml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index b0a8cd50..a6d2944b 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -34,13 +34,6 @@ instructions: instructions: - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" disable_if: - condition: or - conditions: - # this shouldn't be necessary, but the CI non-deterministically freezes when running tst_main, - # independent of toolchain (MSVC, MingW) or OS version (10, 11) - - condition: property - property: host.os - in_values: ["Windows"] - - condition: property - property: target.os - in_values: ["IOS", "Android", "WebAssembly"] + condition: property + property: target.os + in_values: ["IOS", "Android", "WebAssembly"] |