Skip to content

Unit Test

Unit Test #695

Workflow file for this run

name: Unit Test
on:
push:
paths-ignore:
- docs
pull_request:
paths-ignore:
- docs
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --lib