Skip to content

Bump rusb from 0.9.3 to 0.9.4 in /rust (#56) #117

Bump rusb from 0.9.3 to 0.9.4 in /rust (#56)

Bump rusb from 0.9.3 to 0.9.4 in /rust (#56) #117

Workflow file for this run

name: Rust Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rust
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose