From 982e5db7dbc51fad5d40a99a43f042f7e170227b Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 19 Jul 2024 13:24:18 -0500 Subject: [PATCH] CI: test mirgecom example --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 572cbe028..490f1e7c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,3 +125,7 @@ jobs: mpirun -n 2 python ../examples/wave/wave-op-mpi.py --lazy fi + if [[ "$DOWNSTREAM_PROJECT" = "mirgecom" ]]; then + mpirun -n 2 python ../examples/pulse.py --lazy + fi +