Skip to content

Commit 41a7c3a

Browse files
committed
Use the xdist plugin but don't actually parallize
1 parent 38a9c05 commit 41a7c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run pytest
140140
run: |
141141
ulimit -v 6291456
142-
pytest -rfEs --durations 10 --splits 10 --group ${{matrix.group}} cle angr
142+
pytest -rfEs -n 1 --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)