File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 4949 - ' 4.0'
5050 - ' head'
5151 - truffleruby-head
52- include :
53- - FAKER_LAZY_LOAD : ' 1'
54- - FAKER_LAZY_LOAD : ' 0'
5552 continue-on-error : ${{ endsWith(matrix.ruby, 'head') }}
5653 steps :
5754 - uses : actions/checkout@v6
6158 bundler-cache : true
6259
6360 - name : Run tests
64- run : FAKER_LAZY_LOADING=${{ matrix.FAKER_LAZY_LOAD }} bundle exec rake test
61+ run : bundle exec rake test
62+ test-with-lazy-loading :
63+ name : Ruby 3.2 with lazy loading
64+ runs-on : ubuntu-latest
65+ env :
66+ BUNDLE_WITHOUT : benchmark
67+ steps :
68+ - uses : actions/checkout@v6
69+ - uses : ruby/setup-ruby@v1
70+ with :
71+ ruby-version : ' 3.2'
72+ bundler-cache : true
73+
74+ - name : Run tests with lazy load enabled
75+ run : FAKER_LAZY_LOAD=1 bundle exec rake test
76+
You can’t perform that action at this time.
0 commit comments