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 7bd22c6 commit d2f3944Copy full SHA for d2f3944
azure-pipelines.yml
@@ -41,7 +41,7 @@ jobs:
41
rust: nightly
42
components:
43
- miri
44
- - bash: yes | env RUSTFLAGS="-Zmiri-ignore-leaks" cargo miri test
+ - bash: yes | cargo miri -Zmiri-ignore-leaks test
45
displayName: cargo miri test
46
- job: asan
47
dependsOn: deny
0 commit comments