Skip to content

Commit

Permalink
ci: also run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Apr 29, 2024
1 parent f16c93e commit cefbeee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ jobs:
bundler-cache: true

- name: Compile extension
run:
run: |
bundle exec rake compile
- name: Run tests
run: |
bundle exec rake test

0 comments on commit cefbeee

Please sign in to comment.