Skip to content

Commit 8fb063d

Browse files
committed
Disable parallelization in integration test
1 parent b3f2071 commit 8fb063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ while true; do
9393
sleep 2
9494
done
9595

96-
poetry run pytest -m "not (CardanoCLI)" -s -vv -n 4 "$ROOT"/test --cov=pycardano --cov-config=../.coveragerc --cov-report=xml:../coverage.xml
96+
poetry run pytest -m "not (CardanoCLI)" -s -vv "$ROOT"/test --cov=pycardano --cov-config=../.coveragerc --cov-report=xml:../coverage.xml
9797

9898
# Cleanup
9999
docker compose -f docker-compose-chang.yml down --volumes --remove-orphans

0 commit comments

Comments
 (0)