Run asan in CI. Fixes #713

This commit is contained in:
Thom Chiovoloni
2020-04-16 02:38:40 -07:00
committed by Thom Chiovoloni
parent 4abc8a4fdd
commit 185899eab1
4 changed files with 26 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ preupdate_hook = []
# 3.13.0
session = ["preupdate_hook"]
in_gecko = []
with-asan = []
[build-dependencies]
bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] }