We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3fbd9 commit fb47efbCopy full SHA for fb47efb
.github/workflows/ci.yaml
@@ -56,6 +56,10 @@ jobs:
56
run: cargo test --no-default-features --features="bevy_sprite"
57
env:
58
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
63
- name: Build & run tests (all)
64
run: cargo test --all-features
65
0 commit comments