We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d58f0 commit b909aacCopy full SHA for b909aac
.github/workflows/dep_rust.yml
@@ -96,6 +96,10 @@ jobs:
96
- name: Verify MSRV
97
run: ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-guest-bin hyperlight-common
98
99
+ - name: Install just (sudo)
100
+ if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
101
+ run: sudo cargo install just
102
+
103
- name: Run Rust tests
104
env:
105
CARGO_TERM_COLOR: always
0 commit comments