Skip to content

Commit d0e591d

Browse files
committed
Merge pull request #89 from stevvooe/remove-oci-validate-examples-target
Makefile: remove oci-validate-examples target
2 parents 52e193d + d82a596 commit d0e591d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,8 @@ output/docs.html: $(DOC_FILES) $(FIGURE_FILES)
5353
code-of-conduct.md:
5454
curl -o $@ https://raw.githubusercontent.com/opencontainers/tob/d2f9d68c1332870e40693fe077d311e0742bc73d/code-of-conduct.md
5555

56-
validate-examples: oci-validate-examples
57-
./oci-validate-examples < manifest.md
58-
59-
oci-validate-json: validate.go
60-
go build ./cmd/oci-validate-json
61-
62-
oci-validate-examples: cmd/oci-validate-examples/main.go
63-
go build ./cmd/oci-validate-examples
56+
validate-examples:
57+
go test -run TestValidate ./schema
6458

6559
oci-image-tool:
6660
go build ./cmd/oci-image-tool

0 commit comments

Comments
 (0)