Skip to content

Commit 5be7bf0

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ 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+
102+
- name: check groups
103+
run: groups || true
104+
99105
- name: Run Rust tests
100106
env:
101107
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)