Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 7, 2024
1 parent ff9214e commit 2ee9075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/assimp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ fn test() {
// assimp
match filename {
// Less faces loaded only in CI...
"cube_with_vertexcolors.obj" | "cube_with_vertexcolors_uni.obj"
"box_without_lineending.obj"
| "cube_with_vertexcolors.obj"
| "cube_with_vertexcolors_uni.obj"
if option_env!("CI").is_some() =>
{
continue
Expand Down

0 comments on commit 2ee9075

Please sign in to comment.