I have an SBT 0.7.5 project and some of its test cases fail. Until all tests are fixed, I want to skip tests to create a JAR. Is there any command line argument that tells SBT to skip all tests, such as the Maven flag -Dmaven.test.skip=true ?
scala sbt
trustin Mar 19 2018-12-12T00 : 00Z
source share