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 ec82aa2 commit c8e046aCopy full SHA for c8e046a
.github/workflows/ci.yml
@@ -136,11 +136,10 @@ jobs:
136
- run: git -C archinfo checkout -
137
- run: pip install ./archinfo[testing]
138
139
- - run: pip install "git+https://github.com/unicorn-engine/unicorn@dev#subdirectory=bindings/python"
140
- name: Run pytest
141
run: |
142
ulimit -v 6291456
143
- pytest -rfEs -n auto --durations 10 --splits 5 --group ${{matrix.group}} cle angr
+ pytest -rfEs --durations 10 --splits 5 --group ${{matrix.group}} cle angr
144
# angr-platforms pysoot angrop rex driller heaphopper patcherex
145
echo "Return code: $?"
146
env:
0 commit comments