Skip to content

Commit 4c8f763

Browse files
committed
set up automated testing to test ruby 2.4 frozen strings
1 parent 9495e63 commit 4c8f763

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
bundle install
2121
- name: Run test
2222
run: rake compile test
23+
env:
24+
RUBYOPT: "--enable-frozen-string-literal --debug=frozen-string-literal"

0 commit comments

Comments
 (0)