Skip to content

Get rid of unwrap() in UsbMidiEventPacket implementation #71

Get rid of unwrap() in UsbMidiEventPacket implementation

Get rid of unwrap() in UsbMidiEventPacket implementation #71

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose