diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae018a4..96d4344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: push: # 推送到特定分支 branches: - main - - dev # ! ❌【2024-09-14 12:23:09】目前禁用:`dev`分支用于快速开发,没必要在推送时触发CI + # - dev # ! ❌【2024-09-14 12:23:09】目前禁用:`dev`分支用于快速开发,没必要在推送时触发CI - 'test**' label: # 创建标签 types: @@ -30,8 +30,7 @@ jobs: with: rust-version: stable - # ! ❌【2024-09-14 15:42:55】暂时不用:该repo部分测试需要外部CIN运行时支持(如Python),尚未兼容各操作系统 - # TODO: 🚧【2024-09-14 15:44:08】用类似「平台特定程序包」的方式 兼容远程与其它操作系统(预估难度:长期、复杂) + # * ✅【2024-09-14 16:14:07】目前没有平台特异性:所有测试在Ubuntu中也有效 - name: cargo test run: cargo test --all-features