We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80d2d4 commit 449d02bCopy full SHA for 449d02b
.github/workflows/edge.yml
@@ -27,7 +27,7 @@ jobs:
27
bundler-cache: true
28
29
- name: Run tests
30
- run: bundle exec rake spec
+ run: "RUBYOPT='--enable=frozen-string-literal --debug=frozen-string-literal' bundle exec rspec"
31
32
- name: Coveralls
33
uses: coverallsapp/github-action@v2
.github/workflows/test.yml
@@ -84,7 +84,7 @@ jobs:
84
85
86
- name: Run Tests (${{ matrix.specs }})
87
- run: bundle exec rspec ${{ matrix.specs }}
+ run: "RUBYOPT='--enable=frozen-string-literal --debug=frozen-string-literal' bundle exec rspec ${{ matrix.specs }}"
88
89
90
0 commit comments