From 40cd6eab6320103b08fc7ba10dfb0600442a790a Mon Sep 17 00:00:00 2001 From: Ryan Modrak Date: Thu, 1 Feb 2024 17:25:59 -0700 Subject: [PATCH] Added test_time_shifts.py to CI suite --- .github/workflows/python-app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 13aeb5e04..632ad71d6 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -41,6 +41,7 @@ jobs: python tests/test_grid_search_mt.py --no_figures python tests/test_grid_search_mt_depth.py --no_figures python tests/test_greens_SPECFEM3D_SAC.py --no_figures + python tests/test_time_shifts.py --no_figures # unfortunately, these Conda installation tests exceed the resource limits # for GitHub workflows