Skip to content

Commit 8bb6178

Browse files
committed
Try adding test reports.
1 parent a522eaf commit 8bb6178

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,19 @@ jobs:
8989
- name: Run CTests
9090
# Run the CTest tests
9191
working-directory: "${{github.workspace}}/build/tests"
92-
run: ctest
92+
run: ctest --output-junit result.xml
9393
shell: bash
9494

95+
- name: Test Summary
96+
id: test_summary
97+
uses: test-summary/[email protected]
98+
with:
99+
paths: "${{github.workspace}}/build/tests/result.xml"
100+
if: always()
101+
95102
- name: Benchmark
96103
run: python -m tools.benchmark -g
104+
if: always()
97105
shell: bash
98106

99107
- name: Upload Graphs

0 commit comments

Comments
 (0)