Skip to content

Commit 38a9c05

Browse files
committed
Double the runners
1 parent c8e046a commit 38a9c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
group: [1, 2, 3, 4, 5]
54+
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
5555
name: Test Ecosystem
5656
runs-on: ubuntu-20.04
5757
steps:
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run pytest
140140
run: |
141141
ulimit -v 6291456
142-
pytest -rfEs --durations 10 --splits 5 --group ${{matrix.group}} cle angr
142+
pytest -rfEs --durations 10 --splits 10 --group ${{matrix.group}} cle angr
143143
# angr-platforms pysoot angrop rex driller heaphopper patcherex
144144
echo "Return code: $?"
145145
env:

0 commit comments

Comments
 (0)