not parallel in github

This commit is contained in:
Devaev Maxim 2020-10-17 02:21:39 +03:00
parent 678b3d24b8
commit 0d3f5f0acc
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ jobs:
run: make testenv
- name: Running tests ...
run: make tox
run: make tox CMD="tox -c testenv/tox.ini"

View File

@ -68,7 +68,7 @@ tox: testenv
&& cp /usr/share/kvmd/configs.default/kvmd/main/$(if $(P),$(P),$(DEFAULT_PLATFORM)).yaml /etc/kvmd/main.yaml \
&& cp /src/testenv/$(if $(P),$(P),$(DEFAULT_PLATFORM)).override.yaml /etc/kvmd/override.yaml \
&& cd /src \
&& tox -q -c testenv/tox.ini $(if $(E),-e $(E),-p auto) \
&& $(if $(CMD),$(CMD),tox -q -c testenv/tox.ini $(if $(E),-e $(E),-p auto)) \
"