mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Convert ansible-test compile into a sanity test.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
.PHONY: all compile sanity units
|
||||
.PHONY: all sanity units
|
||||
|
||||
all: compile sanity units
|
||||
|
||||
compile:
|
||||
./ansible-test compile test/runner/ ${TEST_FLAGS}
|
||||
all: sanity units
|
||||
|
||||
sanity:
|
||||
./ansible-test sanity test/runner/ ${TEST_FLAGS}
|
||||
|
||||
Reference in New Issue
Block a user