Test CI should fail
This commit is contained in:
parent
477f2e574a
commit
ae0f68d0ea
|
@ -5,6 +5,7 @@
|
|||

|
||||

|
||||

|
||||
[](https://dev.azure.com/freddy6896/espanso/_build/latest?definitionId=1&branchName=master)
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -468,4 +468,9 @@ mod tests {
|
|||
assert_eq!(config_manager.calculate_active_config().name, "firefox");
|
||||
assert_eq!(config_manager.active_config().name, "default");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_should_fail() {
|
||||
assert!(false);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user