We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d1b87 commit ebdde07Copy full SHA for ebdde07
1 file changed
docker/entrypoint-unit-tests.sh
@@ -80,9 +80,9 @@ echo "Unit Tests"
80
echo "------------------------------------------------------------"
81
82
# Removing parallel and shuffle for now to maintain stability
83
-python3 manage.py test unittests -v 3 --keepdb --no-input --exclude-tag="non-parallel" || {
+python3 manage.py test unittests --keepdb --no-input --exclude-tag="non-parallel" || {
84
exit 1;
85
}
86
-python3 manage.py test unittests -v 3 --keepdb --no-input --tag="non-parallel" || {
+python3 manage.py test unittests --keepdb --no-input --tag="non-parallel" || {
87
88
-}
+}
0 commit comments