Skip to content

wip

wip #3

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- run: cargo build
- run: cargo clippy -- -Dwarnings
- run: cargo test