diff options
| author | ducky | 2015-12-15 11:53:25 -0800 |
|---|---|---|
| committer | ducky | 2015-12-15 11:53:25 -0800 |
| commit | c179a7a89e09214db98b48e095e62fe158019921 (patch) | |
| tree | c8a66456de553250477233720db2fa954919daf4 | |
| parent | 5082b9cfff41782fb95fbfffd084bd8a6c19a874 (diff) | |
Fix some nits: add that line to .gitignore that keeps coming back, do parallel testing by default
| -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 |
