Skip to content

Commit f1da74e

Browse files
committed
Add --jit for test
1 parent 458636a commit f1da74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: insall by bundler
2525
run: bundle install
2626
- name: run unittests
27-
run: bundle exec ruby test/*.rb
27+
run: bundle exec ruby --jit test/*.rb
2828
- name: Upload coverage to Codecov
2929
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)