Skip to content

Commit f7e7345

Browse files
committed
Omit perf tests from runtests
1 parent c4ba5ce commit f7e7345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/runtests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
x.name
158158
for x in (pathlib.Path(__file__).parent.parent.parent.resolve() / "tests").iterdir()
159159
# Omit GIS tests unless GIS libraries are installed.
160-
if x.name != "gis_tests_"
160+
# Always omit the performance benchmarking suite.
161+
if x.name != "gis_tests_" and x.name != "performance"
161162
]
162163
),
163164
]

0 commit comments

Comments
 (0)