We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15122e commit db365d1Copy full SHA for db365d1
1 file changed
.buildkite/pipeline_pr.py
@@ -53,6 +53,7 @@
53
not changed_files
54
or any(x.suffix in [".rs", ".toml", ".lock"] for x in changed_files)
55
or any(x.parent.name == "devctr" for x in changed_files)
56
+ or any(x.name == "test_kani.py" for x in changed_files)
57
):
58
kani_grp = pipeline.build_group(
59
"🔍 Kani",
0 commit comments