diff --git a/build_tools/ci/test_posix.sh b/build_tools/ci/test_posix.sh index a238978cfc95..78bc6789a938 100755 --- a/build_tools/ci/test_posix.sh +++ b/build_tools/ci/test_posix.sh @@ -30,6 +30,10 @@ case $torch_version in echo "::group::Run FxImporter2Stablehlo e2e integration tests" python3 -m e2e_testing.main --config=fx_importer_stablehlo -v echo "::endgroup::" + + echo "::group::Run FxImporter TOSA e2e integration tests" + python3 -m e2e_testing.main --config=fx_importer_tosa -v + echo "::endgroup::" ;; stable) ;;