From 9a3f95eee26906129aca3cb3bcd443138ecdda96 Mon Sep 17 00:00:00 2001 From: Jianfeng Jiang Date: Fri, 22 Dec 2023 07:31:49 +0000 Subject: [PATCH] Fix wrong regression test type --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 313f1d642..df94fbab1 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -28,7 +28,7 @@ jobs: id: syscall_test_linux run: make run AUTO_TEST=syscall ENABLE_KVM=0 BOOT_PROTOCOL=linux RELEASE_MODE=1 - - name: Regression Test (Linux Boot Portocol) + - name: Regression Test (Multiboot2) id: regression_test_linux run: make run AUTO_TEST=regression ENABLE_KVM=0 BOOT_PROTOCOL=multiboot2 RELEASE_MODE=1