Skip to content

build(deps): bump the all group with 3 updates #58

build(deps): bump the all group with 3 updates

build(deps): bump the all group with 3 updates #58

Workflow file for this run

name: Cargo Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
target: ${{ matrix.target }}
- name: Cargo Test
run: cargo check