From f32f2857519529b2b3f90e36969da5021c64bc19 Mon Sep 17 00:00:00 2001 From: Kyanna Dagenais Date: Tue, 23 Jul 2024 20:45:11 -0400 Subject: [PATCH] Initial tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1055bde..1ccac45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Unit tests run: | python -m tests.advice_parser_tests - python -m tests.advice_tools + python -m tests.advice_tools_tests python -m tests.analysis_tests python -m tests.map_tools_tests python -m tests.model_tests