From bfa6a2a0255d5d32597a91af32bae5191c3e5cab Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 16:45:59 -0500 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 824bb60..01e5d3e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -88,6 +88,10 @@ jobs: - name: "Build Test Kernel" run: cargo xbuild working-directory: 'testing' + + - name: "Test Kernel" + run: cargo xtest + working-directory: 'testing check_formatting: name: "Check Formatting"