From 70e60827a8f161214ada60e2df9e236bc97163fc Mon Sep 17 00:00:00 2001 From: Griffin Berlstein Date: Mon, 15 Jul 2024 11:18:55 -0400 Subject: [PATCH] fix the directory --- .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 6ec06ace2b..27f1d57a28 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -120,7 +120,7 @@ jobs: fud c stages.interpreter.exec /home/calyx/target/debug/cider - name: Runt tests - working-directory: /home/calyx + working-directory: /home/calyx/interp/tests run: | # Run the remaining tests runt -x '(numeric types correctness and parsing)|(tcam testing)|(../../tests/correctness/pipelined-mac.futil)|(../../tests/correctness/std-bit-slice.futil)' -d -o fail