Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Update README.md

Update README.md #20

Workflow file for this run

name: all
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Run tests
run: cargo test --all --verbose