Skip to content

测试

测试 #212

Workflow file for this run

name: 测试
on:
push:
paths-ignore: |
- *.md
- LICENSE
- readme/**
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose