Skip to content

Commit 08f9a07

Browse files
author
Umberto Zerbinati
committed
Extra test
1 parent bf2561f commit 08f9a07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ngsPETSc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ jobs:
120120
pytest tests/regression/test_poisson_strong_bcs.py
121121
pytest tests/multigrid/test_netgen_gmg.py
122122
pytest tests/regression/test_netgen.py
123+
124+
-name: Run extra ngsPETSc tests
125+
run: |
126+
. /home/firedrake/firedrake/bin/activate
127+
cd $VIRTUAL_ENV/src/ngsPETSc
128+
pytest tests/test_trefftz.py

0 commit comments

Comments
 (0)