Skip to content

Merge pull request #137 from 46ki75/dependabot/npm_and_yarn/develop/t… #692

Merge pull request #137 from 46ki75/dependabot/npm_and_yarn/develop/t…

Merge pull request #137 from 46ki75/dependabot/npm_and_yarn/develop/t… #692

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