There was still one occasional problem while running cargo test, it would fail sometimes. Added a serial preprocessor to ensure the underlying arduino command didn't run pipelined. That fixed the problem
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled

This commit is contained in:
Eric Ratliff
2026-02-23 08:17:30 -06:00
parent 7e8d7ecce5
commit 8374cb6079
3 changed files with 151 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ tempfile = "3.13"
[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
serial_test = "3"
[profile.release]
opt-level = 3