Merge pull request #1434 from phil-opp/post-04-test-true

Set `test=true` to enable `main.rs` testing again
This commit is contained in:
Philipp Oppermann
2025-08-26 16:41:21 +02:00
committed by GitHub

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