Skip to content

Commit

Permalink
Merge pull request #200 from leakingtapan/make-verify
Browse files Browse the repository at this point in the history
Add verify target
  • Loading branch information
Cheng Pan authored Feb 3, 2019
2 parents f5e9cbb + 28873dd commit cd3a11e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ aws-ebs-csi-driver:
mkdir -p bin
CGO_ENABLED=0 GOOS=linux go build -ldflags ${LDFLAGS} -o bin/aws-ebs-csi-driver ./cmd/

.PHONY: verify
verify:
./hack/verify-all.sh

.PHONY: test
test:
go test -v -race ./pkg/...
Expand Down

0 comments on commit cd3a11e

Please sign in to comment.