diff --git a/.github/workflows/github-cxx-qt-tests.yml b/.github/workflows/github-cxx-qt-tests.yml index c87d5545c..4107b191a 100644 --- a/.github/workflows/github-cxx-qt-tests.yml +++ b/.github/workflows/github-cxx-qt-tests.yml @@ -72,7 +72,7 @@ jobs: os: windows-2022 qt_version: 5 # FIXME: many tests fail to link - ctest_args: --exclude-regex '^(cxx_qt_gen_cargo_tests|example_qml.*|qml.*tests|test.*|reuse_lint|cpp_clang_format|.*valgrind)$' + ctest_args: --exclude-regex '^(reuse_lint|cpp_clang_format|.*valgrind)$' exe_suffix: .exe qt_qpa_platform: windows compiler_cache_path: C:\Users\runneradmin\AppData\Local\Mozilla\sccache\cache @@ -85,7 +85,7 @@ jobs: os: windows-2022 qt_version: 6 # FIXME: many tests fail to link - ctest_args: --exclude-regex '^(cxx_qt_gen_cargo_tests|example_qml.*|qml.*tests|test.*|reuse_lint|cpp_clang_format|.*valgrind)$' + ctest_args: --exclude-regex '^(reuse_lint|cpp_clang_format|.*valgrind)$' exe_suffix: .exe qt_qpa_platform: windows compiler_cache_path: C:\Users\runneradmin\AppData\Local\Mozilla\sccache\cache