Created
May 15, 2017 20:59
-
-
Save joesan/a3474ba234adffc82ef05fb68f81ef98 to your computer and use it in GitHub Desktop.
Ignore Tests when Running SBT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbt 'set test in Test := {}' clean assembly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how about if you want to run a couple of specific tests ? would this work .... I haven't tried it.
`sbt 'set test in Test := foo'