Skip to content

Commit

Permalink
Install native extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Sep 14, 2023
1 parent fab3194 commit 2e6d6a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Install native extensions
run: bundle exec rake compile
- name: Run test
run: rspec

0 comments on commit 2e6d6a3

Please sign in to comment.