#1595: run tests in parallel

This commit is contained in:
Czar Echavez
2023-07-12 12:04:26 +01:00
parent e51391b0cf
commit 54e4da1250
2 changed files with 2 additions and 1 deletions

View File

@@ -86,5 +86,5 @@ stages:
displayName: 'Perform PrimAITE Setup'
- script: |
pytest tests/
pytest -n 4
displayName: 'Run tests'