ci: Action 中初始化 Rust 工具链
All checks were successful
continuous-integration/drone/push Build is passing
Build and test / build (push) Successful in 7m48s

This commit is contained in:
KAAAsS 2023-04-25 00:38:10 +08:00
parent 3f80f85402
commit 097b837770
Signed by: KAAAsS
GPG Key ID: D22F53AF662411FE

View File

@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Run tests