mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Test all subcrates
This commit is contained in:
parent
1fcf671ca4
commit
871fc72892
@ -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
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user