8000 Merge pull request #102 from unicode-rs/ci-tab · zyxw59/unicode-segmentation@122cd59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 122cd59

Browse files
authored
Merge pull request unicode-rs#102 from unicode-rs/ci-tab
CI table generation
2 parents a3e5a0f + 4369f56 commit 122cd59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23+
- name: Verify regenerated files
24+
run: ./scripts/unicode.py && diff tables.rs src/tables.rs

0 commit comments

Comments
 (0)
0