Skip to content

Commit 853d9c6

Browse files
authored
Merge pull request #70 from BlackPhlox/BlackPhlox-patch-1
Update to Bevy 0.15
2 parents a8ee27b + f40ca03 commit 853d9c6

19 files changed

+1754
-1110
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,16 @@ jobs:
4949
override: true
5050
- name: Install Dependencies
5151
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libwayland-dev libxkbcommon-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
52-
- name: Run cargo test
52+
- name: Run cargo test - default flags
5353
uses: actions-rs/cargo@v1
5454
with:
5555
command: test
5656
args: --examples
57+
- name: Run cargo test - no default flags
58+
uses: actions-rs/cargo@v1
59+
with:
60+
command: test
61+
args: --no-default-features --example 2d_* --example split
5762
- name: Run cargo test for docs
5863
uses: actions-rs/cargo@v1
5964
with:

0 commit comments

Comments
 (0)