Skip to content

Commit

Permalink
Merge pull request #149 from mudge/revert-148-flavorjones-ignore-re2-…
Browse files Browse the repository at this point in the history
…failures-for-now

Revert "ci: ignore re2 failures for now"
  • Loading branch information
flavorjones authored Jul 16, 2024
2 parents be20bb3 + 36c47a4 commit 41ca98a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,14 @@ jobs:
url: https://github.com/mudge/re2
command: "bundle exec rake compile spec"
ruby: "3.3"
continue-on-error: true # https://github.com/mudge/re2/issues/158
- name: nokogiri
url: https://github.com/sparklemotion/nokogiri
command: "bundle exec rake compile test"
ruby: "3.3"
continue-on-error: false
- name: sqlite3
url: https://github.com/sparklemotion/sqlite3-ruby
command: "bundle exec rake compile test"
ruby: "3.3"
continue-on-error: false
continue-on-error: ${{matrix.continue-on-error}}
runs-on: ${{matrix.platform}}
steps:
- name: configure git crlf
Expand Down

0 comments on commit 41ca98a

Please sign in to comment.