picoKontroller/.forgejo/workflows/rust.yml
ghoscht 0a0e6bab26
Some checks failed
Continuous integration / cargo test (push) Failing after 30s
Update .forgejo/workflows/rust.yml
2024-12-20 23:55:34 +01:00

12 lines
No EOL
264 B
YAML

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