Skip to content

Commit 4639039

Browse files
committed
use junit reporter
1 parent a0fd66c commit 4639039

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
working-directory: tests
5050

5151
- name: Build Zig project
52-
run: zig build test
52+
run: zig build
5353

5454
- name: Run tests
55-
run: bun test --reporter=github
55+
run: bun test --reporter=junit --reporter-outfile=test-results.xml
5656
working-directory: tests
5757

5858
- name: Upload test results

0 commit comments

Comments
 (0)