mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Clippy: don't allow warnings
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Format
|
- name: Format
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
run: cargo clippy
|
run: cargo clippy -- -Dwarnings
|
||||||
- name: Coverage with grcov
|
- name: Coverage with grcov
|
||||||
uses: actions-rs/grcov@v0.1
|
uses: actions-rs/grcov@v0.1
|
||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
|
|||||||
Reference in New Issue
Block a user