From ac4dd662941632dbcb347b0cfca2496c5e1f86f1 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 ++++++ scripts/unicode.py | 0 2 files changed, 6 insertions(+) mode change 100644 => 100755 scripts/unicode.py 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 diff --git a/scripts/unicode.py b/scripts/unicode.py old mode 100644 new mode 100755