File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ msgpack-java uses [sbt](http://www.scala-sbt.org/) for building the projects. Fo
6666Coding style
6767 * msgpack-java uses [ the same coding style] ( https://github.com/airlift/codestyle ) with Facebook Presto
6868 * [ IntelliJ setting file] ( https://raw.githubusercontent.com/airlift/codestyle/master/IntelliJIdea14/Airlift.xml )
69+ * Scala test code uses Scalafmt with Scala 3 dialect (always use the latest Scala 3 version)
6970
7071### Basic sbt commands
7172Enter the sbt console:
@@ -76,7 +77,7 @@ $ ./sbt
7677Here is a list of sbt commands for daily development:
7778```
7879> ~compile # Compile source codes
79- > ~test:compile # Compile both source and test codes
80+ > ~"Test / compile" # Compile both source and test codes
8081> ~test # Run tests upon source code change
8182> ~testOnly *MessagePackTest # Run tests in the specified class
8283> ~testOnly *MessagePackTest -- (pattern) # Run tests matching the pattern
You can’t perform that action at this time.
0 commit comments