diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0dac9d..efb3e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,5 +30,5 @@ jobs: - name: Install dependencies run: ruby --version; bundle install --jobs 4 --retry 3 - name: Run tests - run: bundle exec rspec spec + run: bundle exec rspec spec || $ALLOW_FAILURES \ No newline at end of file