Skip to content

Commit e09d1bf

Browse files
committed
Add test_type
1 parent 71c2743 commit e09d1bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ pub fn make_test(config: &Config, testpaths: &TestPaths) -> test::TestDescAndFn
259259
ignore: early_props.ignore,
260260
should_panic: should_panic,
261261
allow_fail: false,
262+
test_type: test::TestType::IntegrationTest,
262263
},
263264
testfn: make_test_closure(config, testpaths),
264265
}

0 commit comments

Comments
 (0)