Skip to content

Commit 435133f

Browse files
dvicmhanberg
authored andcommitted
chore: temporarily set max-cases to 2
1 parent 1ffada6 commit 435133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: rm -rf tmp
4545

4646
- name: Run Tests
47-
run: elixir --erl '-kernel prevent_overlapping_partitions false' -S mix test --max-cases 1
47+
run: elixir --erl '-kernel prevent_overlapping_partitions false' -S mix test --max-cases 2
4848

4949
formatter:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)