Skip to content

Commit

Permalink
Add BUILD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuckow committed Jun 25, 2020
1 parent 5a20e51 commit 6d590c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Build for all scala versions
============================

sbt +package

Run tests for all scala versions
================================

sbt +test

Running a single test
=====================

sbt "test:testOnly *TypeLiteralSpec -- -z Primative"

0 comments on commit 6d590c0

Please sign in to comment.