File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ jobs:
162162 run : |
163163 echo "${USERPASS}" | sudo -Sk ./.github/scripts/install_oneAPI.sh
164164
165+ - name : Install strace
166+ run : |
167+ echo "${USERPASS}" | sudo -Sk apt-get install -y strace
168+
165169 - name : Get UMF version
166170 run : |
167171 git config --global --add safe.directory $GITHUB_WORKSPACE
@@ -194,6 +198,11 @@ jobs:
194198 ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
195199 cmake --build ${{env.BUILD_DIR}} -j $(nproc)
196200
201+ - name : Check test_provider_os_memory
202+ run : |
203+ strace -f -o strace_test_provider_os_memory.log build/test/Check test_provider_os_memory || true
204+ tail -n 50 strace_test_provider_os_memory.log
205+
197206 - name : Run tests
198207 working-directory : ${{env.BUILD_DIR}}
199208 run : |
You can’t perform that action at this time.
0 commit comments