File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments