From 61392b705b06456dd20657d0538bd68d7247adcb Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Tue, 29 Oct 2024 16:21:42 +0100 Subject: [PATCH] use parallel testings --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f783831..84839c3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,7 +35,7 @@ jobs: conda deactivate && source /opt/conda/bin/activate mssenv && [ -d "~/.cache/matplotlib" ] && rm -r ~/.cache/matplotlib/ ; - pytest -k 'not (test_editor or test_kmloverlay_dockwidget)' tests \ + pytest -v -n 6 --dist loadfile --max-worker-restart 4 tests \ || (for i in {1..5} \ ; do pytest tests --last-failed --lfnf=none \ && break \