mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Add a 'make integration' target (#17710)
Runs test/utils/shippable/integration.sh
This commit is contained in:
parent
e11f7d2339
commit
be1139317a
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -105,6 +105,9 @@ tests:
|
||||||
tests-py3:
|
tests-py3:
|
||||||
PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches
|
PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches
|
||||||
|
|
||||||
|
integration:
|
||||||
|
test/utils/shippable/integration.sh
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
sh hacking/authors.sh
|
sh hacking/authors.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue