Skip to content

添加 cdn 赞助者 #264

添加 cdn 赞助者

添加 cdn 赞助者 #264

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