Skip to content

Fix issue with NaN measurements in Latency readings #107

Fix issue with NaN measurements in Latency readings

Fix issue with NaN measurements in Latency readings #107

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --release --verbose
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2