Skip to content

Reflect additional components & add "bevy/bevy_render" to debug_draw … #75

Reflect additional components & add "bevy/bevy_render" to debug_draw …

Reflect additional components & add "bevy/bevy_render" to debug_draw … #75

Workflow file for this run

name: Rust Tests
on:
push:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code.
uses: actions/checkout@v3
- name: Install alsalib headers
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Run tests for repository.
run: cargo test --all-features