Skip to content

Commit 741a336

Browse files
committed
.
1 parent 61b7bcf commit 741a336

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)