添加测试

This commit is contained in:
shenjack-5600u 2024-01-29 22:37:10 +08:00
parent a7142df249
commit 5ebb5a0ee3
Signed by: shenjack
GPG Key ID: FDF9864E11C7E79F

22
.github/workflows/public_test.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: 可以公开的测试
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 构建
run: cargo build --verbose
- name: 运行测试
run: cargo test --verbose --no-default-features -- --nocapture