Skip to content

Commit ff67731

Browse files
committed
chore(CI): ensure shards are installed
1 parent 8b0c579 commit ff67731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Checkout source code
4242
uses: actions/checkout@v3
4343

44+
- name: Install shards
45+
run: shards install
46+
4447
- name: Run specs
4548
run: |
4649
crystal spec -v --error-trace

0 commit comments

Comments
 (0)