From 7249cf9ed6236ea994a6c2a8c4bf743fa63a53ca Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sat, 30 Sep 2023 16:23:16 +0200 Subject: [PATCH] include unit tests in the workflows --- phpunit.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 4408694..66fee18 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,6 +4,9 @@ ./tests/Feature + + ./tests/Unit +