Skip to content

Commit

Permalink
circleci: split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oen9 committed Apr 18, 2020
1 parent d17fcc4 commit c024b54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
key: v1-dependencies--{{ checksum "build.sbt" }}

# run tests!
- run: cat /dev/null | sbt test:test
- run: cat /dev/null | sbt appJS/test
- run: cat /dev/null | sbt appJVM/test

0 comments on commit c024b54

Please sign in to comment.