Skip to content

Update README.md for modes of operation #109

Update README.md for modes of operation

Update README.md for modes of operation #109

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-06-10
- name: Run tests
run: cargo test --all