We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351be09 commit bb2e4ebCopy full SHA for bb2e4eb
.github/workflows/build.yml
@@ -29,4 +29,4 @@ jobs:
29
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt', '**/plugins.sbt') }}
30
31
- name: Run tests
32
- run: sbt test
+ run: sbt test mdoc
0 commit comments