From 5dda684829a539d0838e41ac3405fb989d1f74df Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 13 Feb 2025 15:21:45 +0100 Subject: [PATCH] Add debug flag --- .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 7814d11..cdf6a39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: npm start & - name: Build - run: nimble install -y + run: nimble install -y --debug - name: Test run: nimble test -y