mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
lets give ruby some more memory so tests run faster
This commit is contained in:
parent
621f946193
commit
8a91b96ec7
@ -6,6 +6,7 @@ before_script:
|
|||||||
- cp config/redis.yml.sample config/redis.yml
|
- cp config/redis.yml.sample config/redis.yml
|
||||||
- psql -c 'create database discourse_test;' -U postgres
|
- psql -c 'create database discourse_test;' -U postgres
|
||||||
- rake db:migrate
|
- rake db:migrate
|
||||||
|
- export RUBY_GC_MALLOC_LIMIT=50000000
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
|
script: 'rake jshint && rake spec && bundle exec guard-jasmine --server-timeout=60'
|
||||||
services:
|
services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user