Skip to content

Commit b32a91c

Browse files
committed
Disable FluidSynth's own unit tests under MSYS2 CI
1 parent 685eb22 commit b32a91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-msys2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cc: gcc
3030
max_warnings: 0
3131
run_tests: true
32-
build_flags: -Dbuildtype=debug
32+
build_flags: -Dbuildtype=debug -Dfluidsynth:tests=false
3333

3434
- name: GCC (UCRT) x86_64 +debugger
3535
toolchain: ucrt-
@@ -54,7 +54,7 @@ jobs:
5454
cc: clang
5555
max_warnings: 0
5656
run_tests: true
57-
build_flags: -Dbuildtype=debug
57+
build_flags: -Dbuildtype=debug -Dfluidsynth:tests=false
5858

5959
defaults:
6060
run:

0 commit comments

Comments
 (0)