Skip to content

chore: add TODO to change BlogId to int #35

chore: add TODO to change BlogId to int

chore: add TODO to change BlogId to int #35

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 --test-threads=1