We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2561f commit 08f9a07Copy full SHA for 08f9a07
.github/workflows/ngsPETSc.yml
@@ -120,3 +120,9 @@ jobs:
120
pytest tests/regression/test_poisson_strong_bcs.py
121
pytest tests/multigrid/test_netgen_gmg.py
122
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