Skip to content

Commit

Permalink
Merge pull request #480 from crystal-ameba/use-make-in-ci
Browse files Browse the repository at this point in the history
Use `make` in CI
  • Loading branch information
Sija authored Oct 11, 2024
2 parents dce8a2c + c8f28e7 commit 73bf2d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73bf2d2

Please sign in to comment.