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