Skip to content
Snippets Groups Projects
Commit e7d352ce authored by Jerome Humbert's avatar Jerome Humbert
Browse files

Add asset feature testing to CI

parent 0b69cdb6
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,10 @@ jobs:
run: cargo test --no-default-features --features="bevy_sprite"
env:
CARGO_INCREMENTAL: 1
- name: Build & run tests (asset)
run: cargo test --no-default-features --features="bevy_asset"
env:
CARGO_INCREMENTAL: 1
- name: Build & run tests (all)
run: cargo test --all-features
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment