From 1320cee13c007cce86fb54dd9dab4641d25f2728 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Mon, 15 Jan 2024 13:53:14 +0100 Subject: [PATCH] chore(workflows/CI): change git diff to not be quiet anymore to show which files / tests failed in a short summary --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 985dd141..044809a3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,7 +64,7 @@ jobs: ~/.cargo key: ${{ runner.os }}-cargo-dev-${{ hashFiles('**/Cargo.lock') }} - run: bash test/test_all.sh - - run: git diff --exit-code --quiet || exit 1 + - run: git diff --exit-code --stat || exit 1 # things that use the cargo-test cache test: