We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625051d commit ce2a7b0Copy full SHA for ce2a7b0
tests/dogfood.rs
@@ -1,6 +1,6 @@
1
#[test]
2
fn dogfood() {
3
- if option_env!("RUSTC_TEST_SUITE").is_some() {
+ if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) {
4
return;
5
}
6
let root_dir = std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR"));
@@ -30,7 +30,7 @@ fn dogfood() {
30
31
32
fn dogfood_tests() {
33
34
35
36
0 commit comments