Skip to content

feat: linting + testing GitHub Action #9

feat: linting + testing GitHub Action

feat: linting + testing GitHub Action #9

Workflow file for this run

name: tests
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test