mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2025-06-24 03:02:27 +00:00
4
Makefile
4
Makefile
@ -11,10 +11,10 @@ lint: ## Lint the files
|
||||
@golint -set_exit_status ${PKG_LIST}
|
||||
|
||||
test: ## Run unittests
|
||||
@go test ${PKG_LIST}
|
||||
@go test -v ${PKG_LIST}
|
||||
|
||||
race: dep ## Run data race detector
|
||||
@go test -race ${PKG_LIST}
|
||||
@go test -v -race ${PKG_LIST}
|
||||
|
||||
msan: dep ## Run memory sanitizer
|
||||
@go test -msan -short ${PKG_LIST}
|
||||
|
Reference in New Issue
Block a user