summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-06 23:16:10 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 01:56:12 +0100
commit0df849428348df13c3af94b427c388bc0689e368 (patch)
treed1d5cd42e4e1a210421c916dc8dc1d250bcaa287 /.github
parentf17341d13c7b9a7462bebaabc084eb96f584657e (diff)
downloadbundler-0df849428348df13c3af94b427c388bc0689e368.tar.gz
Split test gem installation to a separate task
We run into a race condition when testing in parallel when all processors install test gems to their test folder (due to shared gem cache). So I figure we can instead run this setup sequentially beforehand.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a8b00340ea..44c8039df6 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -25,7 +25,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
- run: bin/rake spec:deps
+ run: bin/rake spec:parallel_deps
shell: bash
- name: Run specs