diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc6f0bc..2ef68ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,7 @@ jobs: crystal: 1.6.2 - name: Download source uses: actions/checkout@v4 + - name: Install dependencies + uses: shards install - name: Run tests run: crystal spec