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 22f7193 commit de84ea5Copy full SHA for de84ea5
.github/workflows/ci.yml
@@ -133,9 +133,11 @@ jobs:
133
134
if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
135
# Test main branch
136
+ # Only test examples, not pytest tests, as those take too much time.
137
examples/run_examples.sh ./examples
138
+ else
139
+ test_py_project
140
fi
141
- test_py_project
142
143
# vim: sw=4
0 commit comments