Skip to content

feat: thiserror, tracingクレートの導入 #6

feat: thiserror, tracingクレートの導入

feat: thiserror, tracingクレートの導入 #6

Workflow file for this run

name: Test
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run test
run: cargo test --all-features