diff --git a/Makefile b/Makefile index 89b4e10..89afa43 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ test-unit: dev-deps format test-integration: dev-deps format @echo -e "$(OK_COLOR)==> Running integration tests...$(NO_COLOR)" - go test -v -timeout 1h -race -coverprofile=coverage.inte.out -covermode=atomic -coverpkg ./gluster/... ./gluster/integration + go test -v -timeout 1h -race -coverprofile=coverage.inte.out -covermode=atomic -coverpkg ./gluster/integration test-coverage: test @echo -e "$(OK_COLOR)==> Uploading coverage ...$(NO_COLOR)"