mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
[CI] Replace check by clippy
This commit is contained in:
parent
6486c1e17b
commit
08e00c64e4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue