Skip to content

doc: Polish the timer docstrings. #15

doc: Polish the timer docstrings.

doc: Polish the timer docstrings. #15

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
permissions:
actions: none
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install avr-libc gcc-avr pkg-config avrdude libudev-dev build-essential
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build --verbose
- run: cargo test --verbose