Test all subcrates

This commit is contained in:
Jonathan Turner 2019-12-04 19:49:38 +13:00
parent 1fcf671ca4
commit 871fc72892
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ steps:
- bash: RUSTFLAGS="-D warnings" cargo test --all-features
condition: eq(variables['style'], 'unflagged')
displayName: Run tests
- bash: NUSHELL_ENABLE_ALL_FLAGS=1 RUSTFLAGS="-D warnings" cargo test --all-features
- bash: NUSHELL_ENABLE_ALL_FLAGS=1 RUSTFLAGS="-D warnings" cargo test -all --all-features
condition: eq(variables['style'], 'canary')
displayName: Run tests
- bash: cargo fmt --all -- --check

View File

@ -40,4 +40,4 @@ pretty_assertions = "0.6.1"
nu-build = { version = "0.1.0", path = "../nu-build" }
[features]
trace = ["nom-tracable/trace"]
#trace = ["nom-tracable/trace"]