ci: fix build command
This commit is contained in:
parent
8605bd5583
commit
6bfc94ebf1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/crystal.yml
vendored
4
.github/workflows/crystal.yml
vendored
|
@ -43,8 +43,8 @@ jobs:
|
|||
|
||||
- name: Install project dependencies
|
||||
run: shards install
|
||||
- name: Run tests
|
||||
run: crystal build
|
||||
- name: Run build
|
||||
run: shards build
|
||||
|
||||
deliver:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue