Skip to content

Fix rubocop offenses in minfraud.gemspec #454

Fix rubocop offenses in minfraud.gemspec

Fix rubocop offenses in minfraud.gemspec #454

Workflow file for this run

name: Run tests
on:
push:
pull_request:
schedule:
- cron: '4 1 * * SUN'
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
version:
[
2.7,
'3.0',
3.1,
3.2,
3.3,
jruby,
]
exclude:
- os: windows-latest
version: jruby
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.version }}
- run: bundle install
- run: bundle exec rake -t spec