From 0f6cdb380990670c2110f8d84ab17ed2b0853ec5 Mon Sep 17 00:00:00 2001 From: Charles Weiss Date: Thu, 28 May 2026 09:50:20 +0800 Subject: [PATCH] fix: Add tests to cicd checks --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 807599f..2e800f6 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,4 @@ cicd: @echo "Running linting and formatting checks..." @${MAKE} lint @${MAKE} format + @${MAKE} test