use --production and then install spectator to skip building of Ameba

This commit is contained in:
Fijxu 2026-08-02 22:09:52 -04:00
parent d3cbc52291
commit 3ddcb8afc8
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

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