Skip to content

Commit 6d590c0

Browse files
committed
Add BUILD.md
1 parent 5a20e51 commit 6d590c0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: BUILD.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Build for all scala versions
2+
============================
3+
4+
sbt +package
5+
6+
Run tests for all scala versions
7+
================================
8+
9+
sbt +test
10+
11+
Running a single test
12+
=====================
13+
14+
sbt "test:testOnly *TypeLiteralSpec -- -z Primative"

0 commit comments

Comments
 (0)