Skip to content

Commit

Permalink
ultimate test with all tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 28, 2023
1 parent 2225d20 commit efda63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
# This worked
# pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "not test_create_pdf and not test_16_read_hdm and not plt and not Ploton and not plot and not Plot" external\pyaedt\_unittest
# pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml external\pyaedt\_unittest
pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "test_create_pdf" external\pyaedt\_unittest
pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml external\pyaedt\_unittest
# pytest -n 6 --dist loadfile --durations=50 -vv --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml -k "test_create_pdf" external\pyaedt\_unittest
# - name: 'Pyaedt tests'
# uses: nick-fields/retry@v2
Expand Down

0 comments on commit efda63c

Please sign in to comment.