Skip to content

Add description to Cargo.toml #4

Add description to Cargo.toml

Add description to Cargo.toml #4

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all --verbose
- name: Verify formatting
run: cargo fmt -- --check