aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-10 18:44:52 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-10 19:41:27 +0300
commit2a3cc96c4208a0d352dfee41ed1f29a756abe44c (patch)
treef7c5f8616ccd472844b941dcfb2ac9a96836ae9b
parent5f371d5e39e1b76435501245f2837cc9079c7bbc (diff)
[tests] Do not run tests in parallel
Introduces too much flakeness.
-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: