From 08e00b77e4c091fbf03378a901efa178626b227e Mon Sep 17 00:00:00 2001 From: Mrgoblings Date: Fri, 27 Dec 2024 12:43:25 +0200 Subject: [PATCH] ci: tests make label was renamed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b07b38..0ee2f6a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ bootloader: clean bootloader-asm image run bootloader-no-run: clean bootloader-asm image -test: no-run +test: kernel-no-run echo "Compiled the OS successfully" kernel-rust: