Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Update README.md

Update README.md #47

Workflow file for this run

name: Rust
on:
pull_request:
branches: [main]
merge_group:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./ci.sh