ignore clippy
This commit is contained in:
parent
6588f103dc
commit
471370b462
1 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Check format
|
name: Check format
|
||||||
command: cargo fmt --all -- --check
|
command: cargo fmt --all -- --check
|
||||||
- run:
|
# - run:
|
||||||
name: Run clippy
|
# name: Run clippy
|
||||||
no_output_timeout: 1h
|
# no_output_timeout: 1h
|
||||||
command: cargo clippy -j 1 -- -D warnings
|
# command: cargo clippy -j 1 -- -D warnings
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
no_output_timeout: 1h
|
no_output_timeout: 1h
|
||||||
|
|
Loading…
Reference in a new issue