From 262cacf4b2d06c9b26684fc4bb03ee7415b830f5 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Thu, 12 Mar 2020 16:38:54 -0500 Subject: [PATCH] Disable testing for now --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bf752fe..883f528 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -85,10 +85,6 @@ jobs: - name: "Print QEMU Version" run: qemu-system-x86_64 --version - - name: "Run Test Framework" - run: cargo xtest --verbose - working-directory: "testing" - check_formatting: name: "Check Formatting" runs-on: ubuntu-latest