summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-11-24 23:33:26 +0100
committerGitHub <noreply@github.com>2020-11-24 23:33:26 +0100
commit603a314fdf27f71feda1cebfb0fd78a71ce152f5 (patch)
tree10b5c9403d4349c98e8e930fd49580f0a0fbc272
parent623d099bcbabd02e8e853998deea273cd8bd08a4 (diff)
parentd8bd0d9e71b4c80280f1283f529d4b876f3347b5 (diff)
Merge pull request #3368 from Be-ing/windows_disable_autodj_tests
GH Actions: disable all AutoDJ tests on Windows
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6058cb1587..d71d1e56bd 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