Skip to content

Commit

Permalink
Libs(Ruby): run tests during lint
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-onelson committed Oct 23, 2024
1 parent f3f67ab commit c8b01ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
run: |
cd ruby
bundler exec rake build
- name: Test
run: |
cd ruby
bundler exec rspec spec

0 comments on commit c8b01ad

Please sign in to comment.