picoKontroller/.forgejo/workflows/rust.yml
ghoscht 656e6892e9
Some checks failed
Continuous integration / Build (push) Failing after 2s
Update .forgejo/workflows/rust.yml
2024-12-21 00:20:18 +01:00

13 lines
No EOL
314 B
YAML

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- run: apt install pulseaudio libasound2 dbus -y
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo test --all-features