Skip to content

Commit

Permalink
Run tests for SerialPort trait on all platforms
Browse files Browse the repository at this point in the history
The expected behavior is the same for all platforms. Let's run these
test cases everywhere then.
  • Loading branch information
sirhcel committed May 6, 2024
1 parent 7f2014a commit efac9f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_serialport.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! Tests for the `SerialPort` trait.
#![cfg(unix)]

mod config;

use config::{hw_config, HardwareConfig};
Expand Down

0 comments on commit efac9f7

Please sign in to comment.