mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove cfg(feature = stat) for localization test
This commit is contained in:
parent
f2eb1fe7c8
commit
ae399b3c7c
@ -5,4 +5,4 @@ export VELOREN_ASSETS
|
||||
time cargo test \
|
||||
--package veloren-common-assets asset_tweak::tests \
|
||||
--features asset_tweak --lib &&
|
||||
time cargo test --features stat
|
||||
time cargo test
|
||||
|
@ -3,7 +3,7 @@ mod raw;
|
||||
|
||||
use error::ResourceErr;
|
||||
|
||||
#[cfg(any(feature = "bin", feature = "stat"))]
|
||||
#[cfg(any(feature = "bin", feature = "stat", test))]
|
||||
pub mod analysis;
|
||||
|
||||
use fluent_bundle::{bundle::FluentBundle, FluentResource};
|
||||
@ -514,7 +514,6 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "stat")]
|
||||
fn test_strict_all_localizations() {
|
||||
use analysis::{Language, ReferenceLanguage};
|
||||
use assets::find_root;
|
||||
|
Loading…
Reference in New Issue
Block a user