Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set enable-frozen-string-literal #1720

Merged
merged 8 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/aggregate_root_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: aggregate_root
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aggregate_root_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: aggregate_root
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/aggregate_root_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: aggregate_root
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dres_client_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/dres_client
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dres_rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/dres_rails
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
DATABASE_URL: "${{ matrix.database_url }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minitest-ruby_event_store_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/minitest-ruby_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minitest-ruby_event_store_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/minitest-ruby_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/minitest-ruby_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/minitest-ruby_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rails_event_store_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: rails_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rails_event_store_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: rails_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rails_event_store_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: rails_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-active_record
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-active_record
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-active_record_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-active_record
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
DATABASE_URL: "${{ matrix.database_url }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
RUBYOPT: "--enable-frozen-string-literal"
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-browser
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-flipper_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-flipper
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-flipper_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-flipper
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-flipper_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-flipper
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-newrelic_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-newrelic
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-newrelic_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-newrelic
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-newrelic_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-newrelic
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-outbox_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-outbox
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-outbox_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-outbox
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-outbox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-outbox
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
DATABASE_URL: "${{ matrix.database_url }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-profiler_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-profiler
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-profiler_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-profiler
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-profiler_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-profiler
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-protobuf_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-protobuf
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-protobuf_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-protobuf
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-protobuf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-protobuf
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
DATABASE_URL: "${{ matrix.database_url }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rom_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-rom
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rom_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-rom
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rom_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-rom
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
DATABASE_URL: "${{ matrix.database_url }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rspec_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-rspec
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rspec_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-rspec
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-rspec_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store-rspec
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-sequel_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sequel
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-sequel_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sequel
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store-sequel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sequel
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
DATABASE_URL: "${{ matrix.database_url }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sidekiq_scheduler
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sidekiq_scheduler
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-sidekiq_scheduler
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-transformations
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-transformations
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: contrib/ruby_event_store-transformations
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruby_event_store_mutate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
timeout-minutes: 120
env:
WORKING_DIRECTORY: ruby_event_store
RUBYOPT: "--enable-frozen-string-literal"
RUBY_VERSION: "${{ matrix.ruby_version }}"
BUNDLE_GEMFILE: "${{ matrix.bundle_gemfile }}"
strategy:
Expand Down
Loading