You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-test.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ jobs:
77
77
78
78
# Run remaining local tests
79
79
echo "Running other local tests..."
80
-
pytest -m "not mongo and not sql and not redis and not memory and not pickle" --cov=cachier --cov-report=term --cov-report=xml:cov-other.xml --cov-append
80
+
pytest -m "not mongo and not sql and not redis and not memory and not pickle" -n auto --cov=cachier --cov-report=term --cov-report=xml:cov-other.xml --cov-append
0 commit comments