diff --git a/Cargo.toml b/Cargo.toml index f9e7c1e0..2b424bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ features = ["spin_no_std"] [[bin]] name = "blog_os" -test = false +test = true bench = false [dependencies.crossbeam-queue]