From 7697397d38fefc829fd6f0d21bd546b02cdf4d83 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 1 Dec 2024 05:13:43 +0100 Subject: [PATCH] .github/workflows/testing.yml: run make check without V=1 Signed-off-by: Tim Janik --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 204801f..a7465a8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,7 @@ jobs: jj --version #- run: ./testing.sh -x - run: | - make check V=1 + make check Ping-IRC: if: always()