Skip to content

Commit 536b05b

Browse files
committed
enable provider_file_memory_ipc test in CI
1 parent 4de6177 commit 536b05b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/reusable_proxy_lib.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,9 @@ jobs:
5959
- name: Build UMF
6060
run: cmake --build ${{env.BUILD_DIR}} -j $(nproc)
6161

62-
# TODO enable the provider_file_memory_ipc test when the IPC tests with the proxy library are fixed
63-
# see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
6462
- name: Run "ctest --output-on-failure" with proxy library
6563
working-directory: ${{env.BUILD_DIR}}
66-
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure -E provider_file_memory_ipc
67-
68-
- name: Run "./test/umf_test-memoryPool" with proxy library
69-
working-directory: ${{env.BUILD_DIR}}
70-
run: LD_PRELOAD=./lib/libumf_proxy.so ./test/umf_test-memoryPool
64+
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure
7165

7266
- name: Run "/usr/bin/ls" with proxy library
7367
working-directory: ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)