Skip to content

Manually fix all clippy lints #15

Manually fix all clippy lints

Manually fix all clippy lints #15

Workflow file for this run

name: Test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
TARGET: thumbv6m-none-eabi
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install nightly
- name: Run tests
run: cargo +nightly test --verbose