Skip to content

Commit

Permalink
only test examples for mirgecom
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored and inducer committed Mar 3, 2022
1 parent 22f7193 commit de84ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ jobs:
if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
# Test main branch
# Only test examples, not pytest tests, as those take too much time.
examples/run_examples.sh ./examples
else
test_py_project
fi
test_py_project
# vim: sw=4

0 comments on commit de84ea5

Please sign in to comment.