summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-06 20:05:03 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 00:00:26 +0100
commit1b48aec82992a154055aa9b20151874cadbef300 (patch)
tree9de9e431f56720f6c1431a857942c34734943142
parentb14ea22c7dbf18ec3fd36479afe549cb92efd203 (diff)
downloadbundler-1b48aec82992a154055aa9b20151874cadbef300.tar.gz
Run specs in parallel to speed things up
-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 f1538cff97..a8b00340ea 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -29,6 +29,6 @@ jobs:
shell: bash
- name: Run specs
- run: bin/rspec
+ run: bin/parallel_rspec spec
shell: bash
continue-on-error: true