From 825d13bd5e945fe6a78ac3a9e6ae7e5a0720e16e Mon Sep 17 00:00:00 2001 From: Caleb Herpin Date: Tue, 27 Jul 2021 18:15:10 -0500 Subject: [PATCH] Updated trick_home --- .github/workflows/test_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 313bff57..f05f578b 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -158,6 +158,6 @@ jobs: . .venv/bin/activate ./run_tests.py env: - TRICK_HOME: "." + TRICK_HOME: "../../../../" - name: Test run: make test