diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6058cb1587ff..d71d1e56bd3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: cxx: cl cmake_generator: Ninja # TODO: Fix these broken tests on Windows - ctest_args: --exclude-regex '^AutoDJProcessorTest.(FullIntroOutro_LongerOutro|EnabledSuccess_DecksStopped|FadeToDeck1_LoadOnDeck2_TrackLoadFailed|FadeToDeck2_LoadOnDeck1_TrackLoadSuccess)$' + ctest_args: --exclude-regex '^AutoDJProcessorTest.*$' cpack_generator: WIX compiler_cache: clcache compiler_cache_path: ${{ github.workspace }}\clcache