Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit ae364ce

Browse files
committed
Include test/performance in Python linter
1 parent 7b9fee1 commit ae364ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-python/prepare-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
directories=${directories:-"test/acceptance/features"}
1+
directories=${directories:-"test/acceptance/features test/performance"}
22
pass=0
33
fail=0
44

0 commit comments

Comments
 (0)