Skip to content

Update Rust crate bevy-inspector-egui to 0.28 #205

Update Rust crate bevy-inspector-egui to 0.28

Update Rust crate bevy-inspector-egui to 0.28 #205

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 alsa and udev
run: sudo apt-get update --fix-missing; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
if: runner.os == 'linux'
# Unit testing
- name: Test
run: cargo test --workspace