We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0d6e6 commit 8b45ec2Copy full SHA for 8b45ec2
.github/workflows/downstream.yml
@@ -55,3 +55,22 @@ jobs:
55
toolchain: stable
56
override: true
57
- run: cargo test
58
+
59
+ nokogiri:
60
+ runs-on: ubuntu-latest
61
+ container:
62
+ image: ghcr.io/sparklemotion/nokogiri-test:mri-3.2
63
+ steps:
64
+ - uses: actions/checkout@v3
65
+ with:
66
+ repository: sparklemotion/nokogiri
67
+ path: nokogiri
68
69
70
+ path: nokogiri/test/html5lib-tests
71
+ - working-directory: nokogiri
72
+ name: "Run the Nokogiri test suite"
73
+ run: |
74
+ bundle install
75
+ bundle exec rake compile -- --enable-system-libraries
76
+ bundle exec rake test
0 commit comments