mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Freeze all string literals in CI
This commit is contained in:
parent
107e5111c8
commit
c68dfffc32
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ruby.yml
vendored
1
.github/workflows/ruby.yml
vendored
|
@ -67,3 +67,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
TESTOPTS: -v
|
TESTOPTS: -v
|
||||||
|
RUBYOPT: --enable-frozen-string-literal
|
||||||
|
|
|
@ -58,3 +58,4 @@ matrix:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TESTOPTS="-v"
|
- TESTOPTS="-v"
|
||||||
|
- RUBYOPT="--enable-frozen-string-literal"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue