Skip to content

Commit bf4d457

Browse files
committed
update
1 parent 348ad03 commit bf4d457

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,12 @@ jobs:
488488
name: Generate Consolidated Test Report
489489
needs: [
490490
run_nightly_tests_for_torch_pipelines,
491+
run_nightly_tests_for_other_torch_modules,
492+
run_torch_compile_tests,
493+
run_big_gpu_torch_tests
494+
run_nightly_quantization_tests,
495+
run_nightly_pipeline_level_quantization_tests,
496+
run_nightly_onnx_tests,
491497
]
492498
if: always()
493499
runs-on:

0 commit comments

Comments
 (0)