Skip to content

Commit 85d63ae

Browse files
committed
.
1 parent e75a63b commit 85d63ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,13 @@ jobs:
201201
202202
- name: CHECK test_provider_os_memory
203203
run: |
204-
strace -f -o strace_test_provider_os_memory.log build/test/test_provider_os_memory || true
205-
tail -n 50 strace_test_provider_os_memory.log
204+
strace build/test/test_provider_os_memory || true
206205
207206
- name: Run tests
208207
working-directory: ${{env.BUILD_DIR}}
209208
run: |
210209
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
211-
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" ctest --output-on-failure
210+
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" ctest --output-on-failure --gtest_filter="*BasicFlow/0"
212211
213212
- name: Check coverage
214213
if: ${{ matrix.build_type == 'Debug' && matrix.compiler.c == 'gcc' }}

0 commit comments

Comments
 (0)