mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Refactor CI workflow to clearly show failed steps
This commit is contained in:
parent
e9226c05d5
commit
1ebc1a68c6
1 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue