run miri on CI

This commit is contained in:
Ralf Jung
2019-11-16 09:51:07 +01:00
parent 9beb753473
commit 9ed6941a51
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -165,6 +165,7 @@ fn test_drop() {
}
#[test]
#[cfg(not(miri))] // Miri does not support unwinding
fn test_drop_panics() {
use std::cell::Cell;
use std::panic::catch_unwind;