From 07506ece83e7101f618093afa74be23babfc58c3 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 11 Jul 2024 10:18:13 +0800 Subject: [PATCH] ci: add a `git diff` check after running tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bfe0e1af006..71333597d57e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,7 @@ jobs: - run: cargo ck - run: cargo test --no-run - run: cargo test + - run: git diff --exit-code # Must commit everything test-windows: needs: optimize_ci