Skip to content

Commit

Permalink
[delayed_job] remove custom opts for 3.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 15, 2024
1 parent f3ed31e commit 6996995
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/sentry_delayed_job_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
matrix:
ruby_version: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- {
ruby_version: "3.2",
options:
{
rubyopt: "--enable-frozen-string-literal --debug=frozen-string-literal",
},
}
- { ruby_version: "3.2", options: { codecov: 1 } }
exclude:
# Because Rails 7.0 currently doesn't work with Ruby head
Expand All @@ -55,13 +48,12 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true

- name: Run specs
env:
RUBYOPT: ${{ matrix.options.rubyopt }}
run: |
bundle install --jobs 4 --retry 3
bundle exec rake
run: bundle exec rake

- name: Upload Coverage
if: ${{ matrix.options.codecov }}
Expand Down

0 comments on commit 6996995

Please sign in to comment.