Skip to content

Commit 6baae35

Browse files
committed
Added random_walk.py to verification workflow.
1 parent b5f4b51 commit 6baae35

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/verification.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ jobs:
7676
run: |
7777
cd fdm-devito-notebooks/02_wave/src-wave/wave1D
7878
$RUN_CMD python -m pytest -W ignore::DeprecationWarning -s -v --cov . --cov-config=.coveragerc --cov-report=xml:waves_coverage.xml $SKIP wave1D_u0.py::test_constant
79+
- name: Diffusion (3.7)
80+
run: |
81+
cd fdm-devito-notebooks/03_diffu/src-diffu
82+
$RUN_CMD python -m pytest -W ignore::DeprecationWarning -s -v --cov . --cov-config=.coveragerc --cov-report=xml:diffu_coverage.xml $SKIP random_walk.py
83+
84+
7985
- name: Upload coverage to Codecov
8086
uses: codecov/codecov-action@v1.0.6
8187
with:

0 commit comments

Comments
 (0)