Skip to content

Commit c8e046a

Browse files
committed
Disable parallelization
1 parent ec82aa2 commit c8e046a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,10 @@ jobs:
136136
- run: git -C archinfo checkout -
137137
- run: pip install ./archinfo[testing]
138138

139-
- run: pip install "git+https://github.com/unicorn-engine/unicorn@dev#subdirectory=bindings/python"
140139
- name: Run pytest
141140
run: |
142141
ulimit -v 6291456
143-
pytest -rfEs -n auto --durations 10 --splits 5 --group ${{matrix.group}} cle angr
142+
pytest -rfEs --durations 10 --splits 5 --group ${{matrix.group}} cle angr
144143
# angr-platforms pysoot angrop rex driller heaphopper patcherex
145144
echo "Return code: $?"
146145
env:

0 commit comments

Comments
 (0)