picoKontroller/.forgejo/workflows/rust.yml
ghoscht 0aea74d467
All checks were successful
Continuous integration / Build (push) Successful in 42s
Update .forgejo/workflows/rust.yml
2024-12-21 00:26:12 +01:00

14 lines
No EOL
350 B
YAML

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