diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 024cd85..7bb1f78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,6 @@ jobs: - uses: actions/checkout@v2 - uses: iffy/install-nim@v1.1 - name: Build - run: nimble build -y + run: nimble install -y - name: Test run: nimble test -y