Skip to content

Commit

Permalink
Merge pull request eksctl-io#47 from bertinatto/fix_makefile
Browse files Browse the repository at this point in the history
Fix paths in Makefile
  • Loading branch information
k8s-ci-robot authored Oct 9, 2018
2 parents 52f67ff + d49bd67 commit 4b14c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ aws-ebs-csi-driver:

.PHONY: test
test:
go test -v -race github.com/kubernetes-sigs/aws-ebs-csi-driver/pkg/...
go test -v -race ./pkg/...

.PHONY: test-sanity
test-sanity:
go test -v github.com/kubernetes-sigs/aws-ebs-csi-driver/tests/sanity/...
go test -v ./tests/sanity/...

.PHONY: test-e2e
test-e2e:
go test -v github.com/kubernetes-sigs/aws-ebs-csi-driver/tests/e2e/...
go test -v ./tests/e2e/...

.PHONY: image
image: aws-ebs-csi-driver
Expand Down

0 comments on commit 4b14c63

Please sign in to comment.