Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benrich37 authored Dec 9, 2022
1 parent 92cc7eb commit 24b4360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 24b4360

Please sign in to comment.