Skip to content

Commit 675a49b

Browse files
committed
Remove duplicated tests
With the add of Appraisal and by not committing the lockfiles, it is possible to run all the existing test suite on all the support Ruby versions. Therefore duplicated tests/runs has been introduced.
1 parent 743391c commit 675a49b

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Diff for: .github/workflows/push.yml

-17
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@ on:
55
pull_request:
66
branches: [ main ]
77
jobs:
8-
test:
9-
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
13-
fail-fast: false
14-
steps:
15-
- uses: actions/checkout@v4
16-
- uses: ruby/setup-ruby@v1
17-
with:
18-
bundler-cache: true
19-
ruby-version: ${{ matrix.ruby-version }}
20-
- name: Install dependencies
21-
run: bundle install
22-
- name: Run the tests
23-
run: bundle exec rake
24-
258
appraisal:
269
name: Ruby ${{ matrix.ruby-version }} / Rails ${{ matrix.activesupport-version }}
2710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)