Skip to content

Commit

Permalink
CI: add grudge as downstream test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored and inducer committed Nov 11, 2023
1 parent 691d38a commit a8f380f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
downstream_tests:
strategy:
matrix:
downstream_project: [meshmode, mirgecom, arraycontext]
downstream_project: [meshmode, mirgecom, grudge, arraycontext]
name: Tests for downstream project ${{ matrix.downstream_project }}
runs-on: ubuntu-latest
steps:
Expand All @@ -117,3 +117,7 @@ jobs:
python ../examples/simple-dg.py --lazy
fi
if [[ "$DOWNSTREAM_PROJECT" = "grudge" ]]; then
mpirun -n 2 python ../examples/wave/wave-op-mpi.py --lazy
fi

0 comments on commit a8f380f

Please sign in to comment.