Skip to content

Commit 16f7077

Browse files
committed
Add the env_override test to the CI
1 parent 5161ad1 commit 16f7077

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

ci/azure.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
# TARGET: i686-pc-windows-gnu
164164
#i686-pc-windows-msvc:
165165
# TARGET: i686-pc-windows-msvc
166-
166+
167167
- job: StyleAndDocs
168168
pool:
169169
vmImage: ubuntu-16.04
@@ -186,7 +186,16 @@ jobs:
186186
steps:
187187
- template: azure-install-rust.yml
188188
- script: cargo test --manifest-path crates/stdarch-verify/Cargo.toml
189-
displayName: Automatic verification
189+
displayName: Automatic verification
190+
191+
- job: EnvOverride
192+
dependsOn: StyleAndDocs
193+
pool:
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
198+
displayName: std_detect env override
190199

191200
# - job: GameBoyAdvance
192201
# dependsOn: StyleAndDocs

0 commit comments

Comments
 (0)