Skip to content

Readme improvements: Message flow and configuration options (#8) #17

Readme improvements: Message flow and configuration options (#8)

Readme improvements: Message flow and configuration options (#8) #17

Workflow file for this run

name: Test
on:
push:
branches: "**"
pull_request:
branches: "**"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose