We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458636a commit f1da74eCopy full SHA for f1da74e
.github/workflows/unittest.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: insall by bundler
25
run: bundle install
26
- name: run unittests
27
- run: bundle exec ruby test/*.rb
+ run: bundle exec ruby --jit test/*.rb
28
- name: Upload coverage to Codecov
29
uses: codecov/codecov-action@v3
0 commit comments