Skip to content

Merge pull request #15 from shigedangao/feat/improvements #80

Merge pull request #15 from shigedangao/feat/improvements

Merge pull request #15 from shigedangao/feat/improvements #80

Workflow file for this run

name: tests
on: [push]
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: install clippy
run: rustup component add clippy
- name: run tests
run: cargo test
- name: clippy
run: cargo clippy --all-features