always run all tests during release
[p5sagit/Config-Any.git] / t / 50-general.t
index 373e8e8..4f7f971 100644 (file)
@@ -5,7 +5,7 @@ use Test::More;
 use Config::Any;
 use Config::Any::General;
 
-if ( !Config::Any::General->is_supported ) {
+if ( !Config::Any::General->is_supported && !$ENV{RELEASE_TESTING}) {
     plan skip_all => 'Config::General format not supported';
 }
 else {