Skip to content

Commit c5dae17

Browse files
author
github-actions
committed
[Do not merge] Run tests with --enable=frozen-string-literal
1 parent 1ab8e86 commit c5dae17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- master
99
- spec_live
1010

11+
env:
12+
RUBYOPT: --enable=frozen-string-literal
13+
1114
jobs:
1215
test-and-lint:
1316
name: Test and lint
@@ -55,4 +58,4 @@ jobs:
5558
bundle install
5659
bundle exec rake clean_live set_ci_credentials spec:live ||
5760
bundle exec rake clean_live &&
58-
bundle exec rspec spec/live --only-failures
61+
bundle exec rspec spec/live --only-failures

0 commit comments

Comments
 (0)