Test ScalaDoc

This commit is contained in:
Eugene Yokota 2025-08-03 23:28:56 -04:00
parent e9276c9143
commit f1d2d22ff2
1 changed files with 1 additions and 1 deletions

View File

@ -142,10 +142,10 @@ jobs:
# ./sbt -v --client headerCheck
# ./sbt -v --client "Test/headerCheck"
./sbt -v --client "Test/compile"
./sbt -v --client doc
./sbt -v --client publishLocal
./sbt -v --client test
./sbt -v --client "serverTestProj/test"
# ./sbt -v --client doc
./sbt -v --client "all $UTIL_TESTS"
- name: Build and test (2)
if: ${{ matrix.jobtype == 2 }}