mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
DEBUGGING - add test step to windows build
This commit is contained in:
parent
4c5d5e56b6
commit
fe27f4bc99
1 changed files with 6 additions and 0 deletions
|
|
@ -88,6 +88,12 @@ jobs:
|
|||
Platform: 'x64'
|
||||
BuildConfig: $(BuildConfig)
|
||||
|
||||
- script: |
|
||||
set ORT_UNIT_TEST_MAIN_LOG_LEVEL=0
|
||||
.\onnxruntime_test_all --gtest_filter="QnnCPUBackendTests.AveragePool_AsGlobal"
|
||||
displayName: Run QnnCPUBackendTests.AveragePool_AsGlobal unit test
|
||||
workingDirectory: $(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)
|
||||
|
||||
- script: |
|
||||
python $(Build.SourcesDirectory)\tools\ci_build\build.py ^
|
||||
--config $(BuildConfig) ^
|
||||
|
|
|
|||
Loading…
Reference in a new issue