Commit aa19580
Changed files (2)
bin
bin/setup
@@ -3,6 +3,6 @@ set -euo pipefail
IFS=$'\n\t'
set -vx
-bundle check || bundle install
+bundle check || bundle install --jobs $(nproc)
# Do any other automated setup that you need to do here
.gitlab-ci.yml
@@ -5,7 +5,6 @@ before_script:
- echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
- locale-gen
- export LC_ALL=en_US.UTF-8
- - bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script: