Skip to content

Commit 9688f8e

Browse files
committed
attempt to fix tests
1 parent 1f92f67 commit 9688f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
build-dir: ${{ steps.strings.outputs.build-output-dir }}
6767
cc: ${{ matrix.c_compiler }}
6868
cxx: ${{ matrix.cpp_compiler }}
69-
configure-options: -DGatality_BuildApp=OFF -DGatality_BuildTests=ON
69+
build-options: --target Gatality_tests
7070
build-type: ${{ matrix.build_type }}
7171

7272
- name: Build

0 commit comments

Comments
 (0)