From 5d2b57243098a88b3a96885cc41242f95dfce8b0 Mon Sep 17 00:00:00 2001 From: David Van Horn Date: Mon, 11 Nov 2024 17:15:06 -0500 Subject: [PATCH] Fix up path to tests. --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9ecd95f..35c64fd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -31,5 +31,5 @@ jobs: raco pkg install --auto ../assignments/ - name: Run tests run: | - raco test assignments/knock-plus/test/interp.rkt # all should pass - raco test assignments/knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass + raco test knock-plus/test/interp.rkt # all should pass + raco test knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass