mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
Merge pull request #46 from rchincha/test-cleanup
.gitignore: ignore generated test artifacts
This commit is contained in:
@@ -13,3 +13,6 @@
|
|||||||
|
|
||||||
bin/
|
bin/
|
||||||
bazel-*
|
bazel-*
|
||||||
|
coverage.txt
|
||||||
|
test/data/
|
||||||
|
*.orig
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ debug: doc
|
|||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
$(shell cd test/data; ./gen_certs.sh; cd ${TOP_LEVEL})
|
$(shell mkdir -p test/data; cd test/data; ../scripts/gen_certs.sh; cd ${TOP_LEVEL})
|
||||||
go test -v -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
|
go test -v -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
|
|||||||
Reference in New Issue
Block a user