We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626cc2b commit e7c320fCopy full SHA for e7c320f
.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