Skip to content

Commit

Permalink
Dump test durations in CI for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig committed Jan 12, 2022
1 parent bb4ca67 commit 782c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: startsWith(matrix.scala, '2.12')
run: sbt ++${{ matrix.scala }} docs/mdoc unidoc
- name: Test
run: sbt ++${{ matrix.scala }} test
run: sbt ++${{ matrix.scala }} "testOnly * -- -oD"
- name: Binary compatibility
run: sbt ++${{ matrix.scala }} mimaReportBinaryIssues

Expand Down

0 comments on commit 782c1dc

Please sign in to comment.