Update ci.yml

This commit is contained in:
Sunli 2020-09-06 18:41:40 +08:00
parent 516f2dea57
commit e29c5c280f

View File

@ -17,6 +17,7 @@ jobs:
with:
toolchain: 1.46.0
override: true
components: clippy, rustfmt
- name: Check format
run: cargo fmt --all -- --check
- name: Check with clippy