Skip to content

Commit

Permalink
test utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 7, 2024
1 parent 0384554 commit 00424c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/getm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
- name: Verify source directory is clean
run: |
git status --porcelain
- name: Test utilities
run: |
python -m pygetm.input.glodap -h
python -m pygetm.input.woa -h
python -m pygetm.input.igotm -h
#python -m pygetm.input.era5 -h
#python -m pygetm.input.emodnet -h
- name: Run test suite
run: |
cd python/tests
Expand Down

0 comments on commit 00424c4

Please sign in to comment.