Skip to content

Commit e2e1798

Browse files
committed
TMP commit to check /dev/kvm
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 8ca12fc commit e2e1798

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- name: Verify MSRV
9797
run: ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-guest-bin hyperlight-common
9898

99+
- name: check kvm
100+
run: ls -al /dev/kvm || true
101+
99102
- name: Run Rust tests
100103
env:
101104
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)