From 5e0b014e46e2236794fa145b88cbc214e1a19440 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 16:17:06 -0500 Subject: [PATCH] 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 680d64c..2c5392b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -87,7 +87,7 @@ jobs: - name: "Run Test Framework" run: cargo xtest - working-directory: "./testing" + working-directory: "testing" check_formatting: name: "Check Formatting"