From e38255850fc099fce8591feae10e46139e960b65 Mon Sep 17 00:00:00 2001 From: cezmunsta Date: Mon, 10 May 2021 09:24:43 +0100 Subject: [PATCH] Added extra tests to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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