4
3
Fork 3

Add parallel test processors (#7215)

Esse commit está contido em:
Yamagishi Kazutoshi 2018-04-22 04:36:22 +09:00 commit de Eugen Rochko
commit b8f0cfd6e3
2 arquivos alterados com 4 adições e 5 exclusões

Ver arquivo

@ -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/

Ver arquivo

@ -1,3 +1,5 @@
# Node.js
NODE_ENV=test
# Federation
LOCAL_DOMAIN=cb6e6126.ngrok.io
LOCAL_HTTPS=true