Skip to content

Upgrade to Bevy 0.15 #390

Upgrade to Bevy 0.15

Upgrade to Bevy 0.15 #390

Workflow file for this run

name: test suite
on: [pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
- run: cargo fmt --all -- --check