Skip to content

Commit

Permalink
Use --enable-frozen-string-literal in Cl (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger authored Jan 7, 2025
1 parent 4bef4bf commit 0a9e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
- name: Run test
run: |
bundle install
bundle exec rake test
RUBYOPT='--enable-frozen-string-literal' bundle exec rake test

0 comments on commit 0a9e1f7

Please sign in to comment.