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 - name: Install project dependencies
run: shards install run: shards install
- name: Run tests - name: Run build
run: crystal build run: shards build
deliver: deliver:
runs-on: ubuntu-latest runs-on: ubuntu-latest