summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack Koenig2021-12-20 14:37:56 -0800
committerGitHub2021-12-20 14:37:56 -0800
commitdf1b4aaf06cbca60bb48c3697d478dcdba48af36 (patch)
treea75c1aea4b318698e1e2454ec080ac9282a2f00e /.github
parent3d5ae7eb746416f23683f83fc4280f4bd1170b43 (diff)
parentc4c82a9b3cb52e8f20ac14cc0d1c32331364ed68 (diff)
Merge pull request #2314 from chipsalliance/fix-unidoc
Fix unidoc
Diffstat (limited to '.github')
-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