picoKontroller/.forgejo/workflows/rust.yml
ghoscht 7ba60da4ed
Some checks failed
Continuous integration / Build and test (push) Has been cancelled
Add Forgejo Actions
Trigger Build

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml

Update .forgejo/workflows/rust.yml
2024-12-21 00:35:30 +01:00

15 lines
No EOL
435 B
YAML

on: [push, pull_request]
name: Continuous integration
jobs:
build_and_test:
name: Build and test
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 build --verbose --all-features
- run: cargo test --verbose --all-features