diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 651f218..7fa3d53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: nim-version: ${{matrix.nim}} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build - run: nimble install -y --maximumtaggedversions=2 + run: nimble install -y - name: Test run: nimble test -y