Skip to content

Commit

Permalink
Always run the individual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 14, 2023
1 parent ff8d16a commit ff28163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
run: conda list

- name: Test image utils
if: always()
run: |
python tests/test_image_utils.py
- name: Test input utils
if: always()
run: |
python tests/test_input_utils.py

0 comments on commit ff28163

Please sign in to comment.