Set test=true to enable main.rs testing again

We set `test=false` for previous posts in https://github.com/phil-opp/blog_os/pull/1412 to avoid errors e.g. in rust-analyzer. For this testing post, we want to set it back to `true`.
This commit is contained in:
Philipp Oppermann
2025-08-26 16:21:28 +02:00
parent 37a0ae0097
commit 3340babf51

View File

@@ -21,7 +21,7 @@ features = ["spin_no_std"]
[[bin]] [[bin]]
name = "blog_os" name = "blog_os"
test = false test = true
bench = false bench = false