We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921e6f2 commit 7e0d6e6Copy full SHA for 7e0d6e6
1 file changed
.github/workflows/downstream.yml
@@ -38,3 +38,20 @@ jobs:
38
- run: npm ci
39
- run: npm run build --if-present
40
- run: npm run unit-tests
41
+
42
+ html5gum:
43
+ runs-on: ubuntu-latest
44
+ steps:
45
+ - uses: actions/checkout@v2
46
+ with:
47
+ repository: untitaker/html5gum
48
+ - run: rm -rf tests/html5lib-tests/
49
50
51
+ path: tests/html5lib-tests/
52
+ - uses: actions-rs/toolchain@v1
53
54
+ profile: minimal
55
+ toolchain: stable
56
+ override: true
57
+ - run: cargo test
0 commit comments