Skip to content

Commit 3244ba8

Browse files
authored
chore: Quick CI cleanup (googleapis#22597)
1 parent 951fbb5 commit 3244ba8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,13 @@ jobs:
2525
- os: ubuntu-latest
2626
ruby: "3.4"
2727
task: "--include-spec --include-yardoc --include-build"
28+
rubyopt: "--enable-frozen-string-literal --debug-frozen-string-literal"
2829
- os: macos-latest
2930
ruby: "3.4"
3031
task: "--include-spec"
3132
- os: windows-latest
3233
ruby: "3.4"
3334
task: "--include-spec"
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"
3835
fail-fast: false
3936
runs-on: ${{ matrix.os }}
4037
steps:

0 commit comments

Comments
 (0)