mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
.gitignore: ignore generated test artifacts
This commit is contained in:
parent
7de21820d7
commit
09cdae8d07
3 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,3 +13,6 @@
|
|||
|
||||
bin/
|
||||
bazel-*
|
||||
coverage.txt
|
||||
test/data/
|
||||
*.orig
|
||||
|
|
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ debug: doc
|
|||
|
||||
.PHONY: 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 ./...
|
||||
|
||||
.PHONY: check
|
||||
|
|
Loading…
Reference in a new issue