aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-02 20:49:18 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-02 20:50:58 +0100
commitd4e2441ad7063ce7ca29981ca527b1aa643b0b0c (patch)
tree901ced0fe160c0d7f19332a21d79787f403fb89f
parenta8d3f77812e8b6377169cfb6bf073a464e195cd3 (diff)
downloadfbos-d4e2441ad7063ce7ca29981ca527b1aa643b0b0c.tar.gz
fbos-d4e2441ad7063ce7ca29981ca527b1aa643b0b0c.zip
ci: Run tests with DEBUG=1 too
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à <mikisabate@gmail.com>
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
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