picoKontroller/.forgejo/workflows/rust.yml

12 lines
246 B
YAML
Raw Normal View History

2024-12-20 23:43:04 +01:00
on: [push, pull_request]
name: Continuous integration
2024-12-20 23:28:35 +01:00
2024-12-20 23:52:15 +01:00
jjobs:
2024-12-20 23:28:35 +01:00
test:
2024-12-20 23:52:15 +01:00
name: cargo test
2024-12-20 23:52:59 +01:00
runs-on: ubuntu-latest
2024-12-20 23:28:35 +01:00
steps:
- uses: actions/checkout@v4
2024-12-20 23:52:15 +01:00
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features