ci: fix build command

This commit is contained in:
Glenn Y. Rolland 2022-02-06 14:00:25 +01:00
parent 8605bd5583
commit 6bfc94ebf1

View file

@ -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