run sbt assembly in CI
This commit is contained in:
parent
19fc5f98f9
commit
72f092e6b5
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue