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 951fbb5 commit 3244ba8Copy full SHA for 3244ba8
.github/workflows/ci.yml
@@ -25,16 +25,13 @@ jobs:
25
- os: ubuntu-latest
26
ruby: "3.4"
27
task: "--include-spec --include-yardoc --include-build"
28
+ rubyopt: "--enable-frozen-string-literal --debug-frozen-string-literal"
29
- os: macos-latest
30
31
task: "--include-spec"
32
- os: windows-latest
33
34
- - os: ubuntu-latest
35
- ruby: "3.4"
36
- task: "--include-spec --include-yardoc --include-build"
37
- rubyopt: "--enable-frozen-string-literal --debug-frozen-string-literal"
38
fail-fast: false
39
runs-on: ${{ matrix.os }}
40
steps:
0 commit comments