Skip to content

Commit fb47efb

Browse files
djeedaiazarmadr
authored andcommitted
Add asset feature testing to CI
1 parent 7e3fbd9 commit fb47efb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
run: cargo test --no-default-features --features="bevy_sprite"
5757
env:
5858
CARGO_INCREMENTAL: 1
59+
- name: Build & run tests (asset)
60+
run: cargo test --no-default-features --features="bevy_asset"
61+
env:
62+
CARGO_INCREMENTAL: 1
5963
- name: Build & run tests (all)
6064
run: cargo test --all-features
6165
env:

0 commit comments

Comments
 (0)