run sbt assembly in CI

This commit is contained in:
hrj 2021-04-02 15:35:52 +05:30
parent 19fc5f98f9
commit 72f092e6b5

View File

@ -17,6 +17,6 @@ jobs:
with:
java-version: 1.11
- name: Run tests
run: sbt test
run: sbt test assembly
- name: Run linter
run: sbt "scalafixAll --check"