We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f2071 commit 8fb063dCopy full SHA for 8fb063d
integration-test/run_tests.sh
@@ -93,7 +93,7 @@ while true; do
93
sleep 2
94
done
95
96
-poetry run pytest -m "not (CardanoCLI)" -s -vv -n 4 "$ROOT"/test --cov=pycardano --cov-config=../.coveragerc --cov-report=xml:../coverage.xml
+poetry run pytest -m "not (CardanoCLI)" -s -vv "$ROOT"/test --cov=pycardano --cov-config=../.coveragerc --cov-report=xml:../coverage.xml
97
98
# Cleanup
99
docker compose -f docker-compose-chang.yml down --volumes --remove-orphans
0 commit comments