Skip to content

Commit

Permalink
Add regen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 12, 2024
1 parent 2366414 commit ac4dd66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
run: cargo test
- name: Regen
run: python scripts/unicode.py && diff tables.rs src/tables.rs
regen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Verify regenerated files
run: ./scripts/unicode.py && diff tables.rs src/tables.rs
Empty file modified scripts/unicode.py
100644 → 100755
Empty file.

0 comments on commit ac4dd66

Please sign in to comment.