Skip to content

Update Rust crate bevy to v0.14.2 #429

Update Rust crate bevy to v0.14.2

Update Rust crate bevy to v0.14.2 #429

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout code
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install libasound2-dev libudev-dev pkg-config
# Unit testing
- name: Test
run: cargo test --workspace