Skip to content

Add non-blocking single-shot measurement #21

Add non-blocking single-shot measurement

Add non-blocking single-shot measurement #21

Workflow file for this run

name: Continuous Integration and Deployment
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: armv7-unknown-linux-gnueabihf
override: true
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose