mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
add clippy checks to ci
This commit is contained in:
parent
bcebc698a3
commit
179e2924c2
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -22,3 +22,9 @@ jobs:
|
|||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --workspace -- --test-threads=1
|
||||
- name: Run clippy
|
||||
- run: rustup component add clippy
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
|
|
|
|||
Loading…
Reference in a new issue