Closed ssbarnea closed 3 years ago
When make is called without arguments it prints available options:
make
$ make [14:56:30] Usage: make <target> * 'build' - Builds collection * 'coverage' - code coverage management and reporting [NOT-IMPLEMENTED] * 'env' - show information about the test environment * 'install' - Installs collection * 'integration' - posix integration tests [NOT-IMPLEMENTED] * 'lint' - Lints the code * 'molecule' - Runs molecule 'default' scenario * 'network-integration' - network integration tests [NOT-IMPLEMENTED] * 'sanity' - Runs ansible-test sanity * 'shell' - open an interactive shell * 'test' - Runs ansible-test * 'units' - Runs ansible-test units [NOT-IMPLEMENTED] * 'windows-integration' - windows integration tests [NOT-IMPLEMENTED]
When
make
is called without arguments it prints available options: