Skip to content

Commit

Permalink
Merge pull request #2040 from gaelicWizard/parallel
Browse files Browse the repository at this point in the history
CI: install `parallel` on OSX
  • Loading branch information
NoahGorny committed Jan 26, 2022
2 parents 2575d64 + eeaf59b commit 5a84941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Install greadlink
if: startsWith(runner.os, 'macOS')
run: brew install coreutils
- name: Install parallel
if: startsWith(runner.os, 'macOS')
run: brew install parallel
- name: Test code
run: test/run

Expand Down

0 comments on commit 5a84941

Please sign in to comment.