ci: test more things with miri (#6885)

This commit is contained in:
tiif
2024-10-11 09:44:50 +02:00
committed by GitHub
parent 9cc4a81678
commit 161b8c80d5
66 changed files with 83 additions and 34 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
#![cfg(all(feature = "full", not(target_os = "wasi")))]
#![cfg(all(feature = "full", not(target_os = "wasi"), not(miri)))]
use tokio::io::{AsyncBufReadExt, AsyncReadExt, AsyncWriteExt, BufReader};
use tokio::join;