Skip to content

Commit 7eac2f3

Browse files
Ensure normalization tests are up to date in CI
1 parent 16a35fb commit 7eac2f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v3
44+
- uses: actions/setup-python@v5
45+
with:
46+
python-version: '3.12'
4447
- name: Regen
4548
run: cd scripts && python3 unicode.py
46-
- name: Diff
49+
- name: Diff tables
4750
run: diff src/tables.rs scripts/tables.rs
51+
- name: Diff tests
52+
run: diff tests/data/normalization_tests.rs scripts/normalization_tests.rs

0 commit comments

Comments
 (0)