From c4c82a9b3cb52e8f20ac14cc0d1c32331364ed68 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 20 Dec 2021 13:22:15 -0800 Subject: Turn on unidoc checking in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3