From d4e2441ad7063ce7ca29981ca527b1aa643b0b0c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Dec 2024 20:49:18 +0100 Subject: ci: Run tests with DEBUG=1 too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since 32e880127366 ("Prepend the name of the task on debug") we are executing some code when DEBUG is present. Hence, the building might be different in this scenario too. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64d403e..21c5f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,6 @@ jobs: - name: Build and run unit tests run: make V=1 + + - name: Build and run unit tests with DEBUG on + run: make V=1 DEBUG=1 -- cgit v1.2.3