Update rust.yml
This commit is contained in:
parent
262cacf4b2
commit
3ad230c5c6
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -84,6 +84,10 @@ jobs:
|
|||
|
||||
- name: "Print QEMU Version"
|
||||
run: qemu-system-x86_64 --version
|
||||
|
||||
- name: "Build Test Kernel"
|
||||
run: cargo xbuild
|
||||
working-directory: 'testing'
|
||||
|
||||
check_formatting:
|
||||
name: "Check Formatting"
|
||||
|
|
Loading…
Reference in a new issue