Skip to content

Commit e3f7d40

Browse files
authored
Disable parallel tests in circle.yml (palantir#91)
1 parent c9ec4bc commit e3f7d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414

1515
test:
1616
override:
17-
- ./gradlew --parallel build --info --stacktrace
17+
- ./gradlew build --info --stacktrace
1818
post:
1919
- ./gradlew jacocoTestReport coveralls --info --stacktrace
2020

0 commit comments

Comments
 (0)