Skip to content

feat(cli): noti send (#44) #17

feat(cli): noti send (#44)

feat(cli): noti send (#44) #17

Workflow file for this run

name: Rust test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features