Fix wrong regression test type
This commit is contained in:
parent
e6f3a6a8a4
commit
9a3f95eee2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue