From efda63c6a80ebc819a21ccfb2690e5beae59b148 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Tue, 28 Nov 2023 09:51:15 +0100 Subject: [PATCH] ultimate test with all tests running --- .github/workflows/test_pyaedt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index a5b0aa54d7..51d65c5f1e 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -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