We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a9c05 commit 41a7c3aCopy full SHA for 41a7c3a
.github/workflows/ci.yml
@@ -139,7 +139,7 @@ jobs:
139
- name: Run pytest
140
run: |
141
ulimit -v 6291456
142
- pytest -rfEs --durations 10 --splits 10 --group ${{matrix.group}} cle angr
+ pytest -rfEs -n 1 --durations 10 --splits 10 --group ${{matrix.group}} cle angr
143
# angr-platforms pysoot angrop rex driller heaphopper patcherex
144
echo "Return code: $?"
145
env:
0 commit comments