fix(ci): set max-cases to 3 to match VM core count
This commit is contained in:
parent
6cd430528c
commit
421ff56a40
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue