Skip to content

Commit

Permalink
Allow running tests on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jan 18, 2024
1 parent c0d118f commit 156564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ embedded-hal = "1"
[dev-dependencies]
embedded-hal-mock = { version = "0.10", default-features = false, features = ["eh1"] }

[target.'cfg(linux)'.dev-dependencies]
[target.'cfg(target_os = "linux")'.dev-dependencies]
linux-embedded-hal = "0.4"

[profile.release]
Expand Down

0 comments on commit 156564d

Please sign in to comment.