From f876c9fac62d41e0cd031460f359bbc25307510b Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Wed, 18 Sep 2019 09:10:29 +0200 Subject: [PATCH] Enable std_detect_env_override feature on CI tests --- library/stdarch/ci/azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch/ci/azure.yml b/library/stdarch/ci/azure.yml index f1269b04263b..34f22a45a02a 100644 --- a/library/stdarch/ci/azure.yml +++ b/library/stdarch/ci/azure.yml @@ -194,7 +194,7 @@ jobs: vmImage: ubuntu-16.04 steps: - template: azure-install-rust.yml - - script: RUST_STD_DETECT_UNSTABLE=avx cargo test --manifest-path crates/std_detect/Cargo.toml env_override_no_avx + - script: RUST_STD_DETECT_UNSTABLE=avx cargo test --features=std_detect_env_override --manifest-path crates/std_detect/Cargo.toml env_override_no_avx displayName: std_detect env override # - job: GameBoyAdvance