mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
Add dep check to the Makefile
check vendor directory is out of sync with Gopkh .lock and .toml file Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
bd204d7d45
commit
21a02fb559
7
Makefile
7
Makefile
@ -33,14 +33,17 @@ LDFLAGS += -X $(GO_PROJECT)/pkg/util.DriverVersion=$(CSI_IMAGE_VERSION)
|
||||
|
||||
all: cephcsi
|
||||
|
||||
test: go-test static-check
|
||||
test: go-test static-check dep-check
|
||||
|
||||
go-test:
|
||||
./scripts/test-go.sh
|
||||
|
||||
dep-check:
|
||||
dep check
|
||||
|
||||
static-check:
|
||||
./scripts/lint-go.sh
|
||||
./scripts/lint-text.sh
|
||||
./scripts/lint-text.sh --require-all
|
||||
|
||||
func-test:
|
||||
go test github.com/ceph/ceph-csi/e2e $(TESTOPTIONS)
|
||||
|
Reference in New Issue
Block a user