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