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