From ae832f57668fd26ba6c48561d9274cd633dbd11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Gonz=C3=A1lez?= Date: Sun, 10 May 2026 13:17:11 +0200 Subject: [PATCH] Ejecuto make test en ci/cd --- test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test.sh b/test.sh index 81f3763..de5adc9 100755 --- a/test.sh +++ b/test.sh @@ -2,3 +2,4 @@ echo Es un test de CI/CD echo date uname -a +make test