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