From 77d7c0911564298e28a9fe24ed2f031ac771a9b5 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 12 Sep 2024 11:40:47 -0700 Subject: [PATCH] Add regen tests --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de81983..d1b2683 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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