CI: Exclude development dependencies from build job

This commit is contained in:
Fijxu 2026-08-01 22:21:45 -04:00
parent 40378a2dc0
commit d3cbc52291
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -80,7 +80,7 @@ jobs:
- name: Install Shards
run: |
if ! shards check; then
shards install
shards install --without-development
fi
- name: Run tests