From 01a4dd9dda31d66602a65fe753e597ea23dbf681 Mon Sep 17 00:00:00 2001 From: Jack Shaw Date: Tue, 23 Jul 2024 10:59:10 +0100 Subject: [PATCH] chore(makefile): create check makefile target The check target is a special target used in our CI. This should allow our default Jenkins jobs to correctly run our unit tests and merge --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7187fa9a..b4471448 100644 --- a/Makefile +++ b/Makefile @@ -101,5 +101,4 @@ install-snap-dependencies: check-snap-package install-dependencies: install-snap-dependencies ## install-dependencies: Install all the dependencies - - +check: juju-unit-test