diff --git a/.buildkite/custom-tests.json b/.buildkite/custom-tests.json index defc9d47..442b9059 100644 --- a/.buildkite/custom-tests.json +++ b/.buildkite/custom-tests.json @@ -48,6 +48,12 @@ "command": "cd fuzz && cargo test --package common --lib blk && cargo +nightly fuzz run blk -- -max_total_time=900 -timeout=60s", "platform": ["x86_64", "aarch64"], "timeout_in_minutes": 20 + }, + { + "test_name": "prove-virtio-queue", + "command": "cargo kani --package virtio-queue", + "platform": ["x86_64", "aarch64"], + "timeout_in_minutes": 20 } ] }