mirror of
https://github.com/containers/skopeo.git
synced 2025-08-28 19:11:58 +00:00
Use (make validate-local) in the validate target
... to keep the two in sync. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
71e7a5839e
commit
e4d1392085
2
Makefile
2
Makefile
@ -204,7 +204,7 @@ test-unit: build-container
|
||||
$(CONTAINER_RUN) make test-unit-local BUILDTAGS='$(BUILDTAGS)'
|
||||
|
||||
validate: build-container
|
||||
$(CONTAINER_RUN) hack/make.sh validate-git-marks validate-gofmt validate-lint validate-vet
|
||||
$(CONTAINER_RUN) make validate-local
|
||||
|
||||
# This target is only intended for development, e.g. executing it from an IDE. Use (make test) for CI or pre-release testing.
|
||||
test-all-local: validate-local test-unit-local
|
||||
|
Loading…
Reference in New Issue
Block a user