From 71dc467b31c78ea0f0afd0b32f409398733c8c19 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 6 May 2024 22:59:49 +0100 Subject: [PATCH] cicd: Quick target to run default integration tests --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 650a781..8491e5f 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,10 @@ daemon-unittests: go test ./... -coverprofile reports/unittests.out go tool cover -html=reports/unittests.out -o reports/unittests.html + +it: + cd integration-tests && make + githooks: cp -v .githooks/* .git/hooks/