Skip to content

Commit

Permalink
Merge pull request #430 from alteous/fix-ci
Browse files Browse the repository at this point in the history
Fix CI tests for new sample assets
  • Loading branch information
alteous authored Aug 20, 2024
2 parents a29fb75 + 61db8dd commit 61a9f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
repository: KhronosGroup/glTF-Sample-Assets
path: glTF-Sample-Assets

- name: Tests (default features)
run: cargo test --all --release
- name: Tests (minimal features)
run: cargo test --all --release --features allow_empty_texture

- name: Tests (all features)
run: cargo test --all --all-features --release
Expand Down

0 comments on commit 61a9f5a

Please sign in to comment.