From 3ad230c5c6e30853207e87bcc671cc56526ddd8d Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 16:43:04 -0500 Subject: [PATCH 1/4] 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 883f528..824bb60 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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" From bfa6a2a0255d5d32597a91af32bae5191c3e5cab Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 16:45:59 -0500 Subject: [PATCH 2/4] 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" From 9d44d63910c7f56b50351cb3ca131db31886be41 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 16:47:00 -0500 Subject: [PATCH 3/4] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 01e5d3e..01b0fed 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -91,7 +91,7 @@ jobs: - name: "Test Kernel" run: cargo xtest - working-directory: 'testing + working-directory: 'testing' check_formatting: name: "Check Formatting" From 0832437e60759bad63051c64fd6c687291f8f134 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 16:54:15 -0500 Subject: [PATCH 4/4] Update rust.yml --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 01b0fed..824bb60 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -88,10 +88,6 @@ 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"