diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec6a7565b..03ca07c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,11 @@ jobs: if: matrix.os == 'macos-latest' run: brew install typos-cli - - name: Run specs - run: crystal spec - - name: Build ameba binary - run: shards build -Dpreview_mt + run: make build + + - name: Run specs + run: make spec - name: Run ameba linter - run: bin/ameba + run: make lint