From 2d7c74ec6ec7f7c76602fcda69e7327e01df2635 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 17 Apr 2026 10:37:23 +0400 Subject: [PATCH] Remove debug statements --- .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 bb3b63b..29e47b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: nim-version: ${{matrix.nim}} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build - run: nimble install -d -y --verbose 2>&1 | tee nimble-output.log || true + run: nimble install -d -y - name: Test run: nimble test -y