summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ce18fab0..71be8c09 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
uses: coursier/cache-action@v5
- name: Documentation (Scala 2.12 only)
if: startsWith(matrix.scala, '2.12')
- run: sbt ++${{ matrix.scala }} docs/mdoc
+ run: sbt ++${{ matrix.scala }} docs/mdoc unidoc
- name: Test
run: sbt ++${{ matrix.scala }} test
- name: Binary compatibility