picoKontroller/.forgejo/workflows/rust.yml
ghoscht 7111cd30a3
Some checks failed
Continuous integration / Build (push) Failing after 55s
Update .forgejo/workflows/rust.yml
2024-12-21 00:20:43 +01:00

14 lines
No EOL
338 B
YAML

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