Skip to content

Fix clippy warnings #8

Fix clippy warnings

Fix clippy warnings #8

Workflow file for this run

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