diff --git a/Makefile b/Makefile index a144791..867faed 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,9 @@ build: binary-prep @go build -o "${BUILD_DIR}/ssh_ms" ${LDFLAGS} dev-vault: - @${SHELL} scripts/dev-vault.sh + @${SHELL} scripts/dev-vault.sh test: - @go test "${PACKAGE}/ssh" "${PACKAGE}/cmd" "${PACKAGE}/vault" + @go test "${PACKAGE}/ssh" "${PACKAGE}/cmd" "${PACKAGE}/vault" "${PACKAGE}/log" "${PACKAGE}/config" lint: @golint -set_exit_status ssh vault cmd