Update rust.yml

This commit is contained in:
RKennedy9064 2020-03-12 16:45:59 -05:00 committed by GitHub
parent 3ad230c5c6
commit bfa6a2a025

View file

@ -89,6 +89,10 @@ jobs:
run: cargo xbuild
working-directory: 'testing'
- name: "Test Kernel"
run: cargo xtest
working-directory: 'testing
check_formatting:
name: "Check Formatting"
runs-on: ubuntu-latest