File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ jobs:
100100 working-directory : ${{env.BUILD_DIR}}
101101 run : ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
102102
103+ - name : Run standalone examples
104+ working-directory : ${{env.BUILD_DIR}}
105+ run : ctest --output-on-failure -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
106+
103107 - name : Run benchmarks
104108 working-directory : ${{env.BUILD_DIR}}
105109 run : ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
@@ -163,6 +167,10 @@ jobs:
163167 working-directory : ${{env.BUILD_DIR}}
164168 run : ctest --output-on-failure --test-dir examples -C ${{env.BUILD_TYPE}}
165169
170+ - name : Run standalone examples
171+ working-directory : ${{env.BUILD_DIR}}
172+ run : ctest --output-on-failure -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
173+
166174 - name : Run benchmarks
167175 working-directory : ${{env.BUILD_DIR}}
168176 run : ctest --output-on-failure --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
You can’t perform that action at this time.
0 commit comments