File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 59
59
- name : Build UMF
60
60
run : cmake --build ${{env.BUILD_DIR}} -j $(nproc)
61
61
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
64
62
- name : Run "ctest --output-on-failure" with proxy library
65
63
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
71
65
72
66
- name : Run "/usr/bin/ls" with proxy library
73
67
working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments