File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ jobs:
113
113
114
114
- name : Test with OpenMP
115
115
working-directory : ${{github.workspace}}/build
116
- if : ${{ contains( matrix.fflags, 'openmp' ) }}
116
+ if : ${{ contains( matrix.fflags, 'openmp' ) && (matrix.os != 'windows-latest') }}
117
117
run : |
118
118
ctest -D ExperimentalTest --schedule-random -j1 --output-on-failure --timeout 100
119
119
ctest -D ExperimentalSubmit
120
120
121
121
- name : Test
122
122
working-directory : ${{github.workspace}}/build
123
- if : ${{ !contains( matrix.fflags, 'openmp' ) }}
123
+ if : ${{ !contains( matrix.fflags, 'openmp' ) && (matrix.os != 'windows-latest') }}
124
124
run : |
125
125
ctest -D ExperimentalTest --schedule-random -j2 --output-on-failure --timeout 100
126
126
ctest -D ExperimentalSubmit
You can’t perform that action at this time.
0 commit comments