summaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2018-04-22 04:36:22 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-04-21 21:36:22 +0200
commitb8f0cfd6e34bc1285e952072a8c8a0eeafd8918c (patch)
tree2e4704c988e516c118fdd85451556ca9faff84be /.circleci
parenta4a36d994b0949aff134a2c1ba4efc361b7fb358 (diff)
Add parallel test processors (#7215)
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e3a9628acfd..c5d6ec9d12d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,13 +6,10 @@ aliases:
- image: circleci/ruby:2.5.1-stretch-node
environment: &ruby_environment
BUNDLE_APP_CONFIG: ./.bundle/
- RAILS_ENV: test
- NODE_ENV: test
DB_HOST: localhost
DB_USER: root
- LOCAL_DOMAIN: cb6e6126.ngrok.io
- LOCAL_HTTPS: true
- PARALLEL_TEST_PROCESSORS: 2
+ RAILS_ENV: test
+ PARALLEL_TEST_PROCESSORS: 4
ALLOW_NOPAM: true
working_directory: ~/projects/mastodon/