also test parts of std
requires disabling some tests that do not work
This commit is contained in:
parent
c0b564b767
commit
1242093da2
5 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
// Disabling in Miri as these would take too long.
|
||||
#![cfg(not(miri))]
|
||||
#![feature(test)]
|
||||
|
||||
extern crate test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue