From 48546bdb3c03ccc22160f9aa176dda131852fb83 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 17 Apr 2026 10:35:03 +0400 Subject: [PATCH] Remove debug statements --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe635b7..bb3b63b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,5 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: nimble install -d -y --verbose 2>&1 | tee nimble-output.log || true - - name: Upload nimble log - uses: actions/upload-artifact@v4 - if: always() - with: - name: nimble-log-${{ matrix.os }}-${{ matrix.nim }} - path: nimble-output.log - name: Test run: nimble test -y