Skip to content

Commit

Permalink
Add parallel test processors (mastodon#7215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and Gargron committed Apr 21, 2018
1 parent a4a36d9 commit b8f0cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 2 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Node.js
NODE_ENV=test
# Federation
LOCAL_DOMAIN=cb6e6126.ngrok.io
LOCAL_HTTPS=true
Expand Down

0 comments on commit b8f0cfd

Please sign in to comment.