diff --git a/.buildkite/pipeline_pr.py b/.buildkite/pipeline_pr.py index 8af96e0b64b..42ef986b0b5 100755 --- a/.buildkite/pipeline_pr.py +++ b/.buildkite/pipeline_pr.py @@ -51,7 +51,7 @@ ): kani_grp = pipeline.build_group( "🔍 Kani", - "./tools/devtool -y test -- ../tests/integration_tests/test_kani.py -n auto", + "./tools/devtool -y test --no-build -- ../tests/integration_tests/test_kani.py -n auto", # Kani step default # Kani runs fastest on m6a.metal instances=["m6a.metal"],