Skip to content

Commit 69582c4

Browse files
committed
test Scaladoc generation in CI
1 parent 03f6cf2 commit 69582c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
java-version: ${{matrix.java}}
2323
cache: sbt
2424
- name: Test
25-
run: sbt ++${{matrix.scala}} test package
25+
run: sbt ++${{matrix.scala}} test doc package

0 commit comments

Comments
 (0)