Skip to content

Commit 2366414

Browse files
committed
Add CI (also publish 0.1.1)
1 parent 14a3fa1 commit 2366414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919
run: cargo build --verbose
2020
- name: Run tests
2121
run: cargo test
22+
- name: Regen
23+
run: python scripts/unicode.py && diff tables.rs src/tables.rs

0 commit comments

Comments
 (0)