ci: fix build command

This commit is contained in:
Glenn Y. Rolland 2022-02-06 14:00:25 +01:00
parent 8605bd5583
commit 6bfc94ebf1
1 changed files with 2 additions and 2 deletions

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