diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index f4c24325e..ce98593c3 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -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 diff --git a/crates/nu-parser/Cargo.toml b/crates/nu-parser/Cargo.toml index 0c9c89b9a..804d3183f 100644 --- a/crates/nu-parser/Cargo.toml +++ b/crates/nu-parser/Cargo.toml @@ -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"]