diff options
Diffstat (limited to 'build.sbt')
-rw-r--r-- | build.sbt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,6 +41,13 @@ lazy val root = (project in file(".")) | |||
41 | ) | 41 | ) |
42 | ) | 42 | ) |
43 | 43 | ||
44 | /** Execute all tests sequentially | ||
45 | * | ||
46 | * This is not ideal but it is an easy way to avoid bad interactions | ||
47 | * with RDFox. | ||
48 | */ | ||
49 | parallelExecution in Test := false | ||
50 | |||
44 | /** Exclude RDFox from the building process | 51 | /** Exclude RDFox from the building process |
45 | * | 52 | * |
46 | * @see https://github.com/sbt/sbt-assembly#excluding-jars-and-files | 53 | * @see https://github.com/sbt/sbt-assembly#excluding-jars-and-files |