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