Skip to content

Commit 4b82235

Browse files
committed
Enable std_detect_env_override feature on CI tests
1 parent ade6b2d commit 4b82235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
vmImage: ubuntu-16.04
195195
steps:
196196
- template: azure-install-rust.yml
197-
- script: RUST_STD_DETECT_UNSTABLE=avx cargo test --manifest-path crates/std_detect/Cargo.toml env_override_no_avx
197+
- script: RUST_STD_DETECT_UNSTABLE=avx cargo test --features=std_detect_env_override --manifest-path crates/std_detect/Cargo.toml env_override_no_avx
198198
displayName: std_detect env override
199199

200200
# - job: GameBoyAdvance

0 commit comments

Comments
 (0)