Skip to content

Commit e4002ae

Browse files
Use synthetic sample in CI tests
1 parent a75903d commit e4002ae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

fcs-cli/tests/common/mod.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ pub fn find_model_path() -> Option<PathBuf> {
3434
}
3535

3636
pub fn find_fixture_image() -> Option<PathBuf> {
37-
let candidates = vec!["fixtures/images/006.jpg", "../fixtures/images/006.jpg"];
37+
let candidates = vec![
38+
"fixtures/images/006.jpg",
39+
"../fixtures/images/006.jpg",
40+
"samples/sample_01.jpg",
41+
"../samples/sample_01.jpg",
42+
];
3843
require(
3944
candidates
4045
.into_iter()

0 commit comments

Comments
 (0)