Skip to content

Commit

Permalink
Only test the things where tests will compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Mar 17, 2017
1 parent 790fc05 commit 79294b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ test:
pre:
- cat /dev/null | sbt test:scalastyle
override:
- cat /dev/null | sbt test:test
- cat /dev/null | sbt xoroshiro128JVM/test:test
- cat /dev/null | sbt xoroshiro128JS/test:test
post:
- cat /dev/null | sbt benchmark/run

0 comments on commit 79294b8

Please sign in to comment.