We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffada6 commit 435133fCopy full SHA for 435133f
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
run: rm -rf tmp
45
46
- name: Run Tests
47
- run: elixir --erl '-kernel prevent_overlapping_partitions false' -S mix test --max-cases 1
+ run: elixir --erl '-kernel prevent_overlapping_partitions false' -S mix test --max-cases 2
48
49
formatter:
50
runs-on: ubuntu-latest
0 commit comments