Skip to content

Commit 9d77401

Browse files
committed
align with #154
1 parent f483e11 commit 9d77401

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

.github/workflows/downstream.yml

+17
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,20 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- run: echo hello world
22+
23+
html5gum:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v2
27+
with:
28+
repository: untitaker/html5gum
29+
- run: rm -rf tests/html5lib-tests/
30+
- uses: actions/checkout@v2
31+
with:
32+
path: tests/html5lib-tests/
33+
- uses: actions-rs/toolchain@v1
34+
with:
35+
profile: minimal
36+
toolchain: stable
37+
override: true
38+
- run: cargo test

.github/workflows/html5gum.yml

-22
This file was deleted.

0 commit comments

Comments
 (0)