8000 CI table generation · zyxw59/unicode-segmentation@4369f56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4369f56

Browse files
committed
CI table generation
1 parent a3e5a0f commit 4369f56

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