Skip to content

Commit

Permalink
Fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Nov 25, 2024
1 parent 020c13b commit 4000c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: crystal-lang/install-crystal@v1

- name: Build binary
run: make build
run: shards build

- name: Run tests
run: make test
run: crystal spec

0 comments on commit 4000c75

Please sign in to comment.