Skip to content

Update README.md

Update README.md #6

Workflow file for this run

name: Latest
on:
push:
branches:
- "master"
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test --verbose -- --nocapture