Skip to content

upgrade to bevy 0.12 #334

upgrade to bevy 0.12

upgrade to bevy 0.12 #334

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