From 15b9a7327106d9ea2faf69ec5d69534c23a392a0 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 17 Apr 2026 10:37:52 +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 29e47b5..168e326 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 + run: nimble install -y - name: Test run: nimble test -y