summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJack Koenig2021-12-20 13:22:15 -0800
committerJack Koenig2021-12-20 13:39:34 -0800
commitc4c82a9b3cb52e8f20ac14cc0d1c32331364ed68 (patch)
treea75c1aea4b318698e1e2454ec080ac9282a2f00e /.github/workflows/test.yml
parent6388385fb38378d04b8c3df84dba5870f2904ae4 (diff)
Turn on unidoc checking in CI
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