mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 10:53:25 +00:00
Fix wrong regression test type
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e6f3a6a8a4
commit
9a3f95eee2
2
.github/workflows/integration_test.yml
vendored
2
.github/workflows/integration_test.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user