1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 04:29:47 +00:00

run sequential tests on remote

This commit is contained in:
deadc0de6
2023-01-20 21:20:01 +01:00
parent 95d0c8246f
commit 2d3f55718c
5 changed files with 13 additions and 9 deletions

4
test-ng.sh vendored
View File

@@ -36,7 +36,9 @@ if [ -z ${GITHUB_WORKFLOW} ]; then
else
## CI/CD
export COVERAGE_FILE="${cur}/.coverage"
tests-ng/tests-launcher.py
# running multiple jobs in parallel sometimes
# messes with the results on remote servers
tests-ng/tests-launcher.py 1
fi
# clear workdir