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