mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 12:20:06 +00:00
chore: throw error when clippy has warnings
This commit is contained in:
parent
7f871d7eee
commit
67564d1444
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
version: "0.2.92"
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Check
|
||||
run: cargo clippy --all-features
|
||||
run: cargo clippy --all-features -- -Dwarnings
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run rust tests
|
||||
|
|
Loading…
Reference in a new issue