chore(ci): cargo check (#4511)

This commit is contained in:
Alexey Shekhirin
2023-09-07 18:44:43 +01:00
committed by GitHub
parent 82a5ffa4ac
commit 8d29a49dd8

View File

@ -28,6 +28,12 @@ jobs:
with:
cache-on-failure: true
- name: cargo check
uses: actions-rs/cargo@v1
with:
command: check
args: --all --all-features
- name: cargo fmt
uses: actions-rs/cargo@v1
with: