Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix miri test
Browse files Browse the repository at this point in the history
taiki-e committed Dec 22, 2020
1 parent bc7ae95 commit 9c727fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
components:
- miri
# ignore leaks due to https://github.com/crossbeam-rs/crossbeam/issues/464
- bash: yes | cargo miri -Zmiri-ignore-leaks test
- bash: MIRIFLAGS="-Zmiri-ignore-leaks" cargo miri test
displayName: cargo miri test
- job: asan
displayName: "Run address sanitizer on test suite"

0 comments on commit 9c727fe

Please sign in to comment.