Skip to content

Commit

Permalink
Use the xdist plugin but don't actually parallize
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 21, 2023
1 parent 38a9c05 commit 41a7c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Run pytest
run: |
ulimit -v 6291456
pytest -rfEs --durations 10 --splits 10 --group ${{matrix.group}} cle angr
pytest -rfEs -n 1 --durations 10 --splits 10 --group ${{matrix.group}} cle angr
# angr-platforms pysoot angrop rex driller heaphopper patcherex
echo "Return code: $?"
env:
Expand Down

0 comments on commit 41a7c3a

Please sign in to comment.