Skip to content

Commit c904ac4

Browse files
committed
Update CI.
1 parent 0137538 commit c904ac4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
CI: true
18+
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -35,7 +36,7 @@ jobs:
3536
- name: Install dependencies
3637
run: bundle install --jobs 4 --retry 3
3738
- name: Run tests
38-
run: bundle exec rspec spec
39+
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3940
- name: Coveralls GitHub Action
4041
uses: coverallsapp/github-action@v1.1.2
4142
if: "matrix.ruby == '3.0'"

0 commit comments

Comments
 (0)