Skip to content

Commit af878a3

Browse files
authored
Add regen CI
1 parent d4318ad commit af878a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/rust.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ jobs:
3737
run: cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test
3838
- name: Test package without features
3939
run: cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test --no-default-features
40+
regen:
41+
runs-on: ubuntu-latest
42+
steps:
43+
- uses: actions/checkout@v3
44+
- name: Regen
45+
run: cd scripts && python3 unicode.py
46+
- name: Diff
47+
run: diff src/tables.rs scripts/tables.rs

0 commit comments

Comments
 (0)