Skip to content

Add constants for HID sensors (#67) #111

Add constants for HID sensors (#67)

Add constants for HID sensors (#67) #111

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
native:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --all