Remove call to junit from math ci (#1691)

This commit is contained in:
Sam Wu
2025-05-15 14:45:49 -06:00
committed by GitHub
parent f306c00671
commit e5bf7bc5b1
-1
View File
@@ -29,7 +29,6 @@ def runTestCommand (platform, project, gfilter, envars)
"""
platform.runCommand(this, command)
junit "${project.paths.project_build_prefix}/build/release/test/*.xml"
}
def runPackageCommand(platform, project, jobName)