Skip to content

Commit 4899ec1

Browse files
Check normalization tests diff in CI
1 parent 99fbc4d commit 4899ec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ jobs:
7070
python-version: '3.12'
7171
- name: Regen
7272
run: cd scripts && python3 unicode.py
73-
- name: Diff
73+
- name: Diff tables
7474
run: diff src/tables.rs scripts/tables.rs
75+
- name: Diff tests
76+
run: diff tests/data/normalization_tests.rs scripts/normalization_tests.rs

0 commit comments

Comments
 (0)