From 24b43601589ae7c122acd12ae7f34648c8f6c1b7 Mon Sep 17 00:00:00 2001 From: benrich37 <76569522+benrich37@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:17:20 -0700 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15efac9..e712913 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: # environment-file: environment.yml # - run: bash test_search_cutoff.sh - unit_tests: + util_unit_tests: runs-on: ubuntu-latest defaults: run: @@ -48,7 +48,7 @@ jobs: - run: | cd test cd unit - python -m unittest test_utils | + python -m unittest test_utils class_function_unit_test: strategy: matrix: