ci: Enable riscv64 CI of vm-allocator module

Enable build, clippy, doc-test and unit-test on vm-allocator module.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He 2024-12-04 16:29:36 +08:00 committed by Rob Bradford
parent 5b715f483d
commit 584c088094

View File

@ -14,6 +14,7 @@ jobs:
module: module:
- hypervisor - hypervisor
- arch - arch
- vm-allocator
steps: steps:
- name: Code checkout - name: Code checkout