This commit is contained in:
Ryan Kennedy 2020-03-12 17:17:36 -05:00
commit 460c13c5bb

View file

@ -85,6 +85,10 @@ jobs:
- name: "Print QEMU Version" - name: "Print QEMU Version"
run: qemu-system-x86_64 --version run: qemu-system-x86_64 --version
- name: "Build Test Kernel"
run: cargo xbuild
working-directory: 'testing'
check_formatting: check_formatting:
name: "Check Formatting" name: "Check Formatting"
runs-on: ubuntu-latest runs-on: ubuntu-latest