Update rust.yml

This commit is contained in:
RKennedy9064 2020-03-12 16:43:04 -05:00 committed by GitHub
parent 262cacf4b2
commit 3ad230c5c6

View file

@ -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"