We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b30f0 commit 844e868Copy full SHA for 844e868
.github/workflows/test.yml
@@ -39,4 +39,10 @@ jobs:
39
- name: Install dependencies
40
run: bundle install
41
- name: Run test
42
+ if: ${{ matrix.os == 'ubuntu-latest' }}
43
run: rake compile test
44
+ - name: Run test
45
+ if: ${{ matrix.os == 'macos-latest' }}
46
+ run: |
47
+ rake compile -- --with-opt-dir=$(brew --prefix gdbm)
48
+ rake test
0 commit comments