From 04e08ae3e2c612bb2b519dcc044cf8b580fe107a Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Wed, 20 Dec 2023 18:08:50 -0700 Subject: [PATCH] Use the xdist plugin but don't actually parallize --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58814b1e..26be61e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: