Skip to content

add immediate impl of ADC w/ tests #13

add immediate impl of ADC w/ tests

add immediate impl of ADC w/ tests #13

Workflow file for this run

on:
push:
branches:
- 'main'
name: CI
jobs:
build_and_test:
name: Build & Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: build
run: cargo build --verbose
- name: tests
run: cargo test