Skip to content

Commit 3945f8f

Browse files
committed
Ignore fmt test in GHA CI
This is already checked by clippy_dev.yml GHA
1 parent aa3abaf commit 3945f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::process::Command;
33

44
#[test]
55
fn fmt() {
6-
if option_env!("RUSTC_TEST_SUITE").is_some() {
6+
if option_env!("RUSTC_TEST_SUITE").is_some() || option_env!("GHA_CI").is_some() {
77
return;
88
}
99

0 commit comments

Comments
 (0)