File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments