From ef2b73e7c392514956c8a8adb0b9db6dfe1f611a Mon Sep 17 00:00:00 2001 From: numinex Date: Sat, 13 Jul 2024 06:59:31 +0200 Subject: [PATCH] Print git diff --- .github/workflows/test_daily.yml | 3 +++ Cargo.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_daily.yml b/.github/workflows/test_daily.yml index 593a231a8..6fdc9b4ea 100644 --- a/.github/workflows/test_daily.yml +++ b/.github/workflows/test_daily.yml @@ -89,6 +89,9 @@ jobs: toolchain: ${{ matrix.toolchain }} args: " --features ci-qemu --verbose ${{ matrix.platform.profile == 'release' && '--release' || '' }}" + - name: Print git diff + run: git diff + - name: Check if workspace is clean run: git status | grep "working tree clean" || { git status ; exit 1; } diff --git a/Cargo.lock b/Cargo.lock index 043028ac2..ae8a46999 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "server" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "async-stream",