Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Run crystal spec
  • Loading branch information
kojix2 authored Apr 9, 2024
1 parent 5ee4c73 commit 64795d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- name: Run tests
run: crystal spec
- name: Install dependencies
run: shards install --without-development --release
- name: Build executable
Expand Down

0 comments on commit 64795d4

Please sign in to comment.