Skip to content

Commit

Permalink
Add --jit for test
Browse files Browse the repository at this point in the history
  • Loading branch information
universato committed Mar 20, 2024
1 parent 458636a commit f1da74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: insall by bundler
run: bundle install
- name: run unittests
run: bundle exec ruby test/*.rb
run: bundle exec ruby --jit test/*.rb
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit f1da74e

Please sign in to comment.