Add entity animation sounds #1208
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
pull_request: | |
branches: | |
- main | |
name: Tests | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
build: | |
name: Tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install test dependencies | |
run: sudo apt install libpcap-dev libasound2-dev | |
- name: Run unit tests | |
run: cargo test --all-features |