Skip to content

Commit

Permalink
test logs
Browse files Browse the repository at this point in the history
Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit committed Feb 11, 2025
1 parent 06dc361 commit b00a1e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/multi_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,15 @@ jobs:
run: cmake --build ${{github.workspace}}/build -j $(nproc)

- name: Test adapter specific
env:
ZE_DEBUG: 1
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
working-directory: ${{github.workspace}}/build
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180

- name: Test adapters
env:
ZE_DEBUG: 1
ZE_ENABLE_LOADER_DEBUG_TRACE: 1
working-directory: ${{github.workspace}}/build
run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --output-on-failure -L "conformance" -E "exp_command_buffer" --timeout 180

0 comments on commit b00a1e9

Please sign in to comment.