From 871fc72892a101bb5cff0dfddfe4c4c55a56d9f0 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 4 Dec 2019 19:49:38 +1300 Subject: [PATCH] Test all subcrates --- .azure/azure-pipelines.yml | 2 +- crates/nu-parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index f4c24325e3..ce98593c3d 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 0c9c89b9af..804d3183fd 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"]