Skip to content

Commit

Permalink
ci: run downstream nokogiri tests (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones authored Aug 9, 2023
1 parent 7e0d6e6 commit 8b45ec2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,22 @@ jobs:
toolchain: stable
override: true
- run: cargo test

nokogiri:
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.2
steps:
- uses: actions/checkout@v3
with:
repository: sparklemotion/nokogiri
path: nokogiri
- uses: actions/checkout@v3
with:
path: nokogiri/test/html5lib-tests
- working-directory: nokogiri
name: "Run the Nokogiri test suite"
run: |
bundle install
bundle exec rake compile -- --enable-system-libraries
bundle exec rake test

0 comments on commit 8b45ec2

Please sign in to comment.