From 03269aa2673575fcb435f7a1208acea0bdbc3ffe Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 15 Feb 2024 22:40:23 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f105c6..353c53f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,3 +29,5 @@ jobs: - run: cargo build - run: cargo test if: matrix.rust != '1.17.0' + - name: Verify regenerated files + run: ./scripts/unicode.py && diff tables.rs src/tables.rs