Skip to content

Commit cca5cef

Browse files
introduce a failure
1 parent 72fd6e9 commit cca5cef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ mod constants;
55
mod utils;
66

77
pub fn main() -> ! {
8+
if cfg!(target_os = "linux") {
9+
panic!("This is a test");
10+
}
11+
812
commands::main()
913
}

0 commit comments

Comments
 (0)