diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | build.sbt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1 +1,2 @@ generated/ +/bin/ @@ -19,3 +19,4 @@ ghpages.settings git.remoteRepo := "git@github.com:ucb-bar/chisel3.git" (scalastyleConfig in Test) := baseDirectory.value / "scalastyle-test-config.xml" +(parallelExecution in Test) := true |
