You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: do not build firecracker before running kani
Kani has no use for pre-built binaries, and I'm fairly certain it cannot
even reuse the build artifacts due to using a different toolchain. So
pass `--no-build` to `devtool test` when running the kani test to safe a
few more minutes there.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments