Skip to content

Commit

Permalink
ci: make junit reporter ore verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed Jun 8, 2024
1 parent 288f138 commit 1f66753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
report_paths: '**/work_verilator/tests.xml'
require_tests: true
include_passed: true
detailed_summary: true

test-modelsim:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -122,4 +122,4 @@ jobs:
with:
report_paths: '**/work_modelsim/tests.xml'
require_tests: true
include_passed: true
detailed_summary: true

0 comments on commit 1f66753

Please sign in to comment.