Last active
March 26, 2020 03:07
-
-
Save dongyuwei/cb4707f19ebaf9a4d9812b596819b74b to your computer and use it in GitHub Desktop.
This file contains 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
# bash cli | |
sbt "testOnly akka.stream.javadsl.FlowTest" | |
# in sbt interactive cli | |
sbt > | |
testOnly akka.stream.javadsl.FlowTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.mikulskibartosz.name/how-to-run-a-single-test-in-sbt/