mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
DEBUGGING - add step to run unit test with more logging
This commit is contained in:
parent
366f150c97
commit
f78477bad4
1 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,12 @@ jobs:
|
|||
--update --build --parallel
|
||||
displayName: Build QNN EP
|
||||
|
||||
- script: |
|
||||
export ORT_UNIT_TEST_MAIN_LOG_LEVEL=0
|
||||
./onnxruntime_test_all --gtest_filter="QnnCPUBackendTests.AveragePool_AsGlobal"
|
||||
displayName: Run QnnCPUBackendTests.AveragePool_AsGlobal unit test
|
||||
workingDirectory: $(Build.SourcesDirectory)/build/Release
|
||||
|
||||
- script: |
|
||||
python3 tools/ci_build/build.py \
|
||||
--build_dir build \
|
||||
|
|
|
|||
Loading…
Reference in a new issue