Skip to content

Commit 3411aee

Browse files
committed
Break up import and BMI tests
1 parent f2b0409 commit 3411aee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ jobs:
4343
run: |
4444
pip install --no-build-isolation --editable .
4545
46-
- name: Test BMI
46+
- name: Test import
4747
run: |
4848
python -c 'import pymt_heatf'
49-
bmi-test pymt_heatf.bmi:HeatModelF --config-file=examples/test.cfg --root-dir=examples -vvv
49+
50+
- name: Test BMI
51+
run: |
52+
make test
5053
5154
- name: Run examples
5255
working-directory: ${{ github.workspace }}/examples

0 commit comments

Comments
 (0)