Commit 8fdc025 NMuleo
committed
1 parent 43fb47d commit 8fdc025 Copy full SHA for 8fdc025
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,14 @@ jobs:
172
172
run : cmake --build . --config ${{matrix.build-type}} --target snitch_runtime_tests_run
173
173
174
174
- name : Test (with snitch)
175
+ if : ${{!contains(matrix.platform.flags, '-DSNITCH_ENABLE=OFF')}}
175
176
shell : bash
176
177
working-directory : ${{github.workspace}}/build
177
178
run : cmake --build . --config ${{matrix.build-type}} --target snitch_runtime_tests_self_run
178
179
179
180
- name : Approval tests (with doctest)
180
181
# Approval tests only run on "default" library configuration, which happens to be the published one
181
- if : matrix.platform.publish
182
+ if : ${{ matrix.platform.publish && !contains(matrix.platform.flags, '-DSNITCH_ENABLE=OFF')}}
182
183
shell : bash
183
184
working-directory : ${{github.workspace}}/build
184
185
run : cmake --build . --config ${{matrix.build-type}} --target snitch_approval_tests_run
You can’t perform that action at this time.
0 commit comments