Skip to content

Commit

Permalink
make test-skopeo: only run unit tests
Browse files Browse the repository at this point in the history
Only run Skopeo's unit tests and skip the validation process; running
linters on Skopeo's code is not up to containers/image.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Dec 4, 2019
1 parent d1ee25f commit d2debd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test-skopeo:
cd $${skopeo_path} && \
GO111MODULE="on" go mod edit -replace $${project_module}=$${project_path} && \
make vendor && \
make BUILDTAGS="$(BUILDTAGS)" binary-local test-all-local && \
make BUILDTAGS="$(BUILDTAGS)" binary-local test-unit-local && \
$(SUDO) make BUILDTAGS="$(BUILDTAGS)" check && \
rm -rf $${skopeo_path}

Expand Down

0 comments on commit d2debd8

Please sign in to comment.