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 Jan 8, 2024
1 parent 3a5a60f commit 04e08ae
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 04e08ae

Please sign in to comment.