We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c9c0 commit a8071abCopy full SHA for a8071ab
.github/workflows/reusable_basic.yml
@@ -201,6 +201,7 @@ jobs:
201
202
- name: CHECK test_provider_os_memory
203
run: |
204
+ ${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh' || true }}
205
LD_LIBRARY_PATH="${{env.BUILD_DIR}}/lib/:${LD_LIBRARY_PATH}" strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
206
207
- name: Run tests
0 commit comments