Skip to content

Commit 844e868

Browse files
committed
added --with-opt-dir for macOS
1 parent 64b30f0 commit 844e868

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ jobs:
3939
- name: Install dependencies
4040
run: bundle install
4141
- name: Run test
42+
if: ${{ matrix.os == 'ubuntu-latest' }}
4243
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

Comments
 (0)