Refactor CI workflow to clearly show failed steps

This commit is contained in:
Sijawusz Pur Rahnama 2023-01-02 19:06:56 +01:00
parent e9226c05d5
commit 1ebc1a68c6

View file

@ -30,7 +30,10 @@ jobs:
run: shards install
- name: Run specs
run: make test
run: crystal spec
- name: Check formatting
run: crystal tool format --check
- name: Build ameba binary
run: shards build -Dpreview_mt
- name: Run ameba linter
run: bin/ameba --all