Skip to content

Commit e7c320f

Browse files
committed
ci: run kani tests if test_kani.py is changed
Just so that we run the test when we change only the test itself. Signed-off-by: Patrick Roy <[email protected]>
1 parent 626cc2b commit e7c320f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
not changed_files
5454
or any(x.suffix in [".rs", ".toml", ".lock"] for x in changed_files)
5555
or any(x.parent.name == "devctr" for x in changed_files)
56+
or any(x.name == "test_kani.py" for x in changed_files)
5657
):
5758
kani_grp = pipeline.build_group(
5859
"🔍 Kani",

0 commit comments

Comments
 (0)