Skip to content

Commit

Permalink
Update workflows for test
Browse files Browse the repository at this point in the history
  • Loading branch information
xordog committed Jul 4, 2024
1 parent d87a84a commit ca617e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ jobs:
- name: setup dependencies
run: "ruby -I.github/workflows -rutils -e 'setup_dependencies'"

- name: lib
run: bundle exec rake lib

- name: ext
run: bundle exec rake ext

- name: test
run: bundle exec rake test

0 comments on commit ca617e5

Please sign in to comment.