Skip to content

Commit de84ea5

Browse files
matthiasdienerinducer
authored andcommitted
only test examples for mirgecom
1 parent 22f7193 commit de84ea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ jobs:
133133
134134
if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
135135
# Test main branch
136+
# Only test examples, not pytest tests, as those take too much time.
136137
examples/run_examples.sh ./examples
138+
else
139+
test_py_project
137140
fi
138141
139-
test_py_project
140142
141143
# vim: sw=4

0 commit comments

Comments
 (0)