We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7ee13 commit 57d9b0bCopy full SHA for 57d9b0b
.github/workflows/reusable_proxy_lib.yml
@@ -54,6 +54,10 @@ jobs:
54
- name: Build UMF
55
run: cmake --build ${{env.BUILD_DIR}} -j $(nproc)
56
57
+ - name: Run "ctest --output-on-failure" without proxy library
58
+ working-directory: ${{env.BUILD_DIR}}
59
+ run: ctest --output-on-failure
60
+
61
- name: Run "ctest --output-on-failure" with proxy library
62
working-directory: ${{env.BUILD_DIR}}
63
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure
0 commit comments