Skip to content

Commit 59952be

Browse files
committed
Add running standalone examples
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent ddd572b commit 59952be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gpu.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)