mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
first clean then clippy
This commit is contained in:
parent
b86ddeffd5
commit
2c5f1f2142
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cargo test --workspace -- --test-threads=1
|
||||
- name: Run clippy
|
||||
run: cargo clippy
|
||||
run: cargo clean && cargo clippy
|
||||
|
|
|
|||
Loading…
Reference in a new issue