Skip to content

chore: bump cargo version #10

chore: bump cargo version

chore: bump cargo version #10

Workflow file for this run

name: Rust Unit Test
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Unit Test
run: cargo test -- --nocapture