[CI] Replace check by clippy

This commit is contained in:
CosminPerRam 2023-06-14 15:38:08 +03:00
parent 6486c1e17b
commit 08e00c64e4

View file

@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run Build
run: cargo build --verbose
- name: Run Check
run: cargo check --verbose
- name: Run Clippy
run: cargo clippy --verbose
- name: Run Tests
run: cargo test --verbose
- name: Install Formatting nightly