diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30dc42a..9aedacf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - name: Run tests - run: sbt "++ ${{ matrix.platform }} test" + run: sbt "++ ${{ matrix.scala }} test"