Ignore fmt test in GHA CI

This is already checked by clippy_dev.yml GHA
This commit is contained in:
flip1995 2020-01-21 18:44:30 +01:00
parent d14ee8a4b1
commit 1717a6f7d5
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -3,7 +3,7 @@ use std::process::Command;
#[test]
fn fmt() {
if option_env!("RUSTC_TEST_SUITE").is_some() {
if option_env!("RUSTC_TEST_SUITE").is_some() || option_env!("GHA_CI").is_some() {
return;
}