Skip to content

Commit

Permalink
Split viirs tests because that seems to be where freezing happens
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 19, 2023
1 parent 850d3d8 commit cd27c53
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,22 @@ jobs:
run: |
python -m pip install --no-deps -e .
- name: Run unit tests - compositor_tests
- name: Run unit tests - enhancement_tests - abi
shell: bash -l {0}
run: |
pytest satpy/tests/compositor_tests
- name: Run unit tests - enhancement_tests
pytest satpy/tests/enhancement_tests/test_abi.py
- name: Run unit tests - enhancement_tests - atmo
shell: bash -l {0}
run: |
pytest satpy/tests/enhancement_tests
pytest satpy/tests/enhancement_tests/test_atmosphere.py
- name: Run unit tests - enhancement_tests - enhancements
shell: bash -l {0}
run: |
pytest satpy/tests/enhancement_tests/test_enhancements.py
- name: Run unit tests - enhancement_tests - viirs
shell: bash -l {0}
run: |
pytest satpy/tests/enhancement_tests/test_viirs.py
- name: Run unit tests - modifier_tests
shell: bash -l {0}
run: |
Expand Down

0 comments on commit cd27c53

Please sign in to comment.