Skip to content

chore: 更新依赖 #40

chore: 更新依赖

chore: 更新依赖 #40

Workflow file for this run

name: Run unit test
on:
push:
paths:
- "src/**"
- "examples/**"
pull_request:
paths:
- "src/**"
- "examples/**"
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/[email protected]
- name: Build
run: cargo build
- name: Run tests
run: cargo test -- --test-threads 1