Skip to content

Commit e4bb415

Browse files
committed
.
1 parent 85d63ae commit e4bb415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ jobs:
201201
202202
- name: CHECK test_provider_os_memory
203203
run: |
204-
strace build/test/test_provider_os_memory || true
204+
strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
205205
206206
- name: Run tests
207207
working-directory: ${{env.BUILD_DIR}}
208208
run: |
209209
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
210-
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" ctest --output-on-failure --gtest_filter="*BasicFlow/0"
210+
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" ctest --output-on-failure
211211
212212
- name: Check coverage
213213
if: ${{ matrix.build_type == 'Debug' && matrix.compiler.c == 'gcc' }}

0 commit comments

Comments
 (0)