picoKontroller/.forgejo/workflows/rust.yml
ghoscht 1859999c4e
Some checks failed
Continuous integration / Build (push) Failing after 33s
Update .forgejo/workflows/rust.yml
2024-12-21 00:23:42 +01:00

14 lines
No EOL
331 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 dbus -y
- uses: actions/checkout@v4
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo test --all-features