aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index e53444dc7..a26bdb39c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -280,7 +280,7 @@ commands:
name: Test
command: |
cd build
- << parameters.test_wrapper >> ctest -j 8 --output-on-failure << parameters.test_params >>
+ << parameters.test_wrapper >> ctest --output-on-failure << parameters.test_params >>
npm-install:
steps:
- run: