We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f1414 + 1d6a1d8 commit 926facfCopy full SHA for 926facf
1 file changed
.github/workflows/build-test-cxx.yml
@@ -6,6 +6,9 @@ on:
6
cmake-options:
7
required: false
8
type: string
9
+ ctest-options:
10
+ required: false
11
+ type: string
12
itk-cmake-options:
13
14
@@ -130,11 +133,11 @@ jobs:
130
133
- name: Build and test
131
134
if: matrix.os != 'windows-2019'
132
135
run: |
- ctest --output-on-failure -j 2 -V -S dashboard.cmake
136
+ ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ inputs.ctest-options }}
137
138
139
if: matrix.os == 'windows-2019'
140
141
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
142
143
shell: cmd
0 commit comments