Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Sep 8, 2021
1 parent 86da840 commit 50cbcc0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sentry_delayed_job_test.yml
Expand Up @@ -20,8 +20,10 @@ jobs:
os: [ubuntu-latest]
include:
- ruby_version: '3.0'
os: ubuntu-latest
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- ruby_version: '3.0'
os: ubuntu-latest
env: CODECOVE=1
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sentry_resque_test.yml
Expand Up @@ -20,8 +20,10 @@ jobs:
os: [ubuntu-latest]
include:
- ruby_version: '3.0'
os: ubuntu-latest
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- ruby_version: '3.0'
os: ubuntu-latest
env: CODECOVE=1
steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sentry_ruby_test.yml
Expand Up @@ -39,6 +39,7 @@ jobs:
env:
RUBYOPT: ${{ matrix.options.rubyopt }}
WITHOUT_RACK: ${{ matrix.options.without_rack }}
CODECOV: ${{ matrix.options.codecov }}
run: |
bundle install --jobs 4 --retry 3
bundle exec rake
2 changes: 2 additions & 0 deletions .github/workflows/sentry_sidekiq_test.yml
Expand Up @@ -21,8 +21,10 @@ jobs:
os: [ubuntu-latest]
include:
- ruby_version: '3.0'
sidekiq_version: 6.0
env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- ruby_version: '3.0'
sidekiq_version: 6.0
env: CODECOVE=1
exclude:
- ruby_version: 2.4
Expand Down

0 comments on commit 50cbcc0

Please sign in to comment.