Skip to content

Commit 57d9b0b

Browse files
committed
add tests w/o proxy lib to reusable_proxy wflow
1 parent ce7ee13 commit 57d9b0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable_proxy_lib.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- name: Build UMF
5555
run: cmake --build ${{env.BUILD_DIR}} -j $(nproc)
5656

57+
- name: Run "ctest --output-on-failure" without proxy library
58+
working-directory: ${{env.BUILD_DIR}}
59+
run: ctest --output-on-failure
60+
5761
- name: Run "ctest --output-on-failure" with proxy library
5862
working-directory: ${{env.BUILD_DIR}}
5963
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure

0 commit comments

Comments
 (0)