Skip to content

Instantly share code, notes, and snippets.

@joesan
Created May 15, 2017 20:59
Show Gist options
  • Save joesan/a3474ba234adffc82ef05fb68f81ef98 to your computer and use it in GitHub Desktop.
Save joesan/a3474ba234adffc82ef05fb68f81ef98 to your computer and use it in GitHub Desktop.
Ignore Tests when Running SBT
sbt 'set test in Test := {}' clean assembly
@knasim
Copy link

knasim commented May 14, 2018

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment