Skip to content

Commit 2bd88a7

Browse files
committed
ci: fix windows tests
1 parent 60b617a commit 2bd88a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/zstd-dict.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(not(windows))]
2+
13
use tokio::io::AsyncWriteExt as _;
24

35
#[tokio::test]

0 commit comments

Comments
 (0)