Skip to content

Commit

Permalink
Merge pull request #73 from BlackPhlox/prep
Browse files Browse the repository at this point in the history
Prep crate release bevy 0.15
  • Loading branch information
BlackPhlox authored Dec 21, 2024
2 parents cd841b8 + 9085f39 commit c2e6358
Show file tree
Hide file tree
Showing 27 changed files with 1,762 additions and 1,138 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ jobs:
override: true
- name: Install Dependencies
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
- name: Run cargo test
- name: Run cargo test - default flags
uses: actions-rs/cargo@v1
with:
command: test
args: --examples
- name: Run cargo test - no default flags
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --example 2d_* --example split
- name: Run cargo test for docs
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit c2e6358

Please sign in to comment.