Skip to content

Commit

Permalink
Add regen CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Feb 20, 2024
1 parent d4318ad commit af878a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ jobs:
run: cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test
- name: Test package without features
run: cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test --no-default-features
regen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Regen
run: cd scripts && python3 unicode.py
- name: Diff
run: diff src/tables.rs scripts/tables.rs

0 comments on commit af878a3

Please sign in to comment.