From 9afe467f17b2251a13acfeeef4054c4a290de2dc Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 15 Feb 2024 22:46:26 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cc5f00..432286d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,6 @@ 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 tables: name: Verify tables runs-on: ubuntu-latest