We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade6b2d commit 4b82235Copy full SHA for 4b82235
ci/azure.yml
@@ -194,7 +194,7 @@ jobs:
194
vmImage: ubuntu-16.04
195
steps:
196
- 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
+ - script: RUST_STD_DETECT_UNSTABLE=avx cargo test --features=std_detect_env_override --manifest-path crates/std_detect/Cargo.toml env_override_no_avx
198
displayName: std_detect env override
199
200
# - job: GameBoyAdvance
0 commit comments