Skip to content

Commit 38151bc

Browse files
authored
Add regen CI
1 parent f4b4f01 commit 38151bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@ jobs:
2424
run: cargo test
2525
- name: Run benchmarks
2626
run: cargo bench --features bench
27-
if: startsWith(matrix.rust, 'nightly')
27+
if: startsWith(matrix.rust, 'nightly')
28+
regen:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v3
32+
- name: Regen
33+
run: cd scripts && python3 unicode.py
34+
- name: Diff
35+
run: diff src/tables.rs scripts/tables.rs

0 commit comments

Comments
 (0)