Skip to content

Commit 68b3745

Browse files
committed
chore: tests only run on linux
temporary solution while i figure out what's wrong
1 parent 74e08a6 commit 68b3745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helix-vcs/src/git/blame.rs

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ pub fn blame_line(
191191
//
192192
// when the last line has no expected blame commit
193193
#[allow(unused_assignments)]
194+
#[cfg(target_os = "linux")]
194195
#[cfg(test)]
195196
mod test {
196197
use std::fs::File;

0 commit comments

Comments
 (0)