فهرست منبع

Added -n auto to run tests in parallel via pytest-xdist

maziggy 3 ماه پیش
والد
کامیت
1e5b263acb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -102,7 +102,7 @@ jobs:
         timeout-minutes: 10
         timeout-minutes: 10
         run: |
         run: |
           cd backend
           cd backend
-          python -m pytest tests/ -v --tb=short --timeout=60 --timeout-method=thread
+          python -m pytest tests/ -v --tb=short --timeout=60 --timeout-method=thread -n auto
 
 
   # ============================================================================
   # ============================================================================
   # Frontend Checks
   # Frontend Checks