mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
make tarpaulin not timeout
This commit is contained in:
parent
e5f13792c6
commit
bccefa8248
2 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
use trybuild::TestCases;
|
||||
|
||||
#[test]
|
||||
fn ui()
|
||||
#[ignore]
|
||||
fn trybuild_ui()
|
||||
{
|
||||
let t = TestCases::new();
|
||||
|
||||
// always enabled
|
||||
t.compile_fail("tests/ui/from_body_enum.rs");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue