From 77b03e5e9eed69a9cfd51bebae68e0f746c5bacf Mon Sep 17 00:00:00 2001 From: Matthias Diener <mdiener@illinois.edu> Date: Thu, 1 Jul 2021 16:49:42 -0500 Subject: [PATCH] add lazy meshmode test --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c1545e..e8dec8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,5 +157,9 @@ jobs: . ./ci-support-v0 build_py_project_in_conda_env test_py_project + + if [[ "$DOWNSTREAM_PROJECT" = "meshmode" ]]; then + python ../examples/simple-dg.py --lazy + fi # vim: sw=4 -- GitLab