fix(ci): set max-cases to 3 to match VM core count

This commit is contained in:
Graham McIntire 2026-03-05 16:58:03 -06:00
parent 6cd430528c
commit 421ff56a40
No known key found for this signature in database

View file

@ -69,7 +69,7 @@ jobs:
- name: Compile and test
run: |
mix compile --warnings-as-errors
mix test --warnings-as-errors --max-cases 24
mix test --warnings-as-errors --max-cases 3
build:
runs-on: ubuntu-22.04